Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump Roslynator.Analyzers from 4.3.0 to 4.5.0 in /integr…
…ationtests (#3605) Bumps [Roslynator.Analyzers](https://github.com/josefpihrt/roslynator) from 4.3.0 to 4.5.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JosefPihrt/Roslynator/blob/main/ChangeLog.md">Roslynator.Analyzers's changelog</a>.</em></p> <blockquote> <h2>[4.5.0] - 2023-08-27</h2> <h3>Added</h3> <ul> <li>Add SECURITY.md (<a href="https://redirect.github.com/josefpihrt/roslynator/pull/1147">#1147</a>)</li> <li>Add custom FixAllProvider for <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1014">RCS1014</a> (<a href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1070">#1070</a>).</li> <li>Add more cases to <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1097">RCS1097</a> (<a href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1160">#1160</a>).</li> <li>Add analyzer "Use enum field explicitly" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1257">RCS1257</a>) (<a href="https://redirect.github.com/josefpihrt/roslynator/pull/889">#889</a>). <ul> <li>Enabled by default.</li> </ul> </li> <li>Add analyzer "Unnecessary enum flag" <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1258">RCS1258</a> (<a href="https://redirect.github.com/JosefPihrt/Roslynator/pull/886">#886</a>). <ul> <li>Enabled by default.</li> </ul> </li> <li>Make <code>Roslynator.Rename.SymbolRenamer</code> public (<a href="https://redirect.github.com/josefpihrt/roslynator/pull/1161">#1161</a>)</li> <li>Analyzer 'Remove empty syntax' (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1259">RCS1259</a>) (<a href="https://redirect.github.com/josefpihrt/roslynator/pull/913">#913</a>). <ul> <li>This analyzer replaces following analyzers: <ul> <li>Remove empty empty statement (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1038">RCS1038</a>)</li> <li>Remove empty 'else' clause (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1040">RCS1040</a>)</li> <li>Remove empty object initializer (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1041">RCS1041</a>)</li> <li>Remove empty 'finally' clause (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1066">RCS1066</a>)</li> <li>Remove empty namespace declaration (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1072">RCS1072</a>)</li> <li>Remove empty region directive (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1091">RCS1091</a>)</li> <li>Remove empty destructor (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1106">RCS1106</a>)</li> </ul> </li> </ul> </li> <li>[CLI] Add glob pattern matching (<code>--include</code> or/and <code>--exclude</code>) (<a href="https://redirect.github.com/josefpihrt/roslynator/pull/1178">#1178</a>, <a href="https://redirect.github.com/josefpihrt/roslynator/pull/1183">#1183</a>).</li> <li>Add analyzer "Include/omit trailing comma" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1260">RCS1260</a>) (<a href="https://redirect.github.com/JosefPihrt/Roslynator/pull/931">#931</a>). <ul> <li>Required option: <code>roslynator_trailing_comma_style = include|omit|omit_when_single_line</code></li> <li>Not enabled by default</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>[CLI] Open help in web browser when running command <code>roslynator help <COMMAND></code> (<a href="https://redirect.github.com/josefpihrt/roslynator/pull/1179">#1179</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1187">RCS1187</a> (<a href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1150">#1150</a>).</li> <li>Fix <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1056">RCS1056</a> (<a href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1154">#1154</a>).</li> <li>Fix <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1208">RCS1208</a> (<a href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1153">#1153</a>).</li> <li>Fix <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1043">RCS1043</a> (<a href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1176">#1176</a>).</li> <li>[CLI] Fix exit code of <code>spellcheck</code> command (<a href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1177">#1177</a>).</li> <li>Improve indentation analysis (<a href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1188">#1188</a>).</li> </ul> <h2>[4.4.0] - 2023-08-01</h2> <h3>Added</h3> <ul> <li>Add GitHub workflow (<a href="https://redirect.github.com/josefpihrt/roslynator/pull/1112">#1112</a>)</li> </ul> <h3>Changed</h3> <ul> <li>[CLI] Bump Roslyn to 4.6.0 (<a href="https://redirect.github.com/josefpihrt/roslynator/pull/1106">#1106</a>).</li> <li>Bump Roslyn to 4.4.0 (<a href="https://redirect.github.com/josefpihrt/roslynator/pull/1116">#1116</a>).</li> <li>Migrate documentation to <a href="https://josefpihrt.github.io/docs/roslynator">Docusaurus</a> (<a href="https://redirect.github.com/josefpihrt/roslynator/pull/922">#922</a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JosefPihrt/Roslynator/commit/d4d27d8677693ab9202915c895486084d0a68fa8"><code>d4d27d8</code></a> Release 4.5.0 (<a href="https://redirect.github.com/josefpihrt/roslynator/issues/1189">#1189</a>)</li> <li><a href="https://github.com/JosefPihrt/Roslynator/commit/914b232d7a7916ae8bd36f1bd472f5e708c7fc33"><code>914b232</code></a> Add analyzer 'Add/remove trailing comma' (<a href="https://redirect.github.com/josefpihrt/roslynator/issues/931">#931</a>)</li> <li><a href="https://github.com/JosefPihrt/Roslynator/commit/971754ba6725c022467d34f9cfa77e23edb3b3e6"><code>971754b</code></a> Improve indentation analysis (<a href="https://redirect.github.com/josefpihrt/roslynator/issues/1188">#1188</a>)</li> <li><a href="https://github.com/JosefPihrt/Roslynator/commit/f6fdc7a0a785db4ce1aa0edd00d9065ba0bba70c"><code>f6fdc7a</code></a> Fix globbing to include/exclude projects (<a href="https://redirect.github.com/josefpihrt/roslynator/issues/1183">#1183</a>)</li> <li><a href="https://github.com/JosefPihrt/Roslynator/commit/a71425a1c82a89aaa2c84095b6b34351c563c036"><code>a71425a</code></a> Remove command list-vs (<a href="https://redirect.github.com/josefpihrt/roslynator/issues/1186">#1186</a>)</li> <li><a href="https://github.com/JosefPihrt/Roslynator/commit/d95f921f6f16e531ad8a5e12a07c3c1295c2bf2a"><code>d95f921</code></a> Remove command sln-list (<a href="https://redirect.github.com/josefpihrt/roslynator/issues/1187">#1187</a>)</li> <li><a href="https://github.com/JosefPihrt/Roslynator/commit/7aaaa64dd41ec9303703759e508f890c48d14a30"><code>7aaaa64</code></a> Remove command list-references (<a href="https://redirect.github.com/josefpihrt/roslynator/issues/1185">#1185</a>)</li> <li><a href="https://github.com/JosefPihrt/Roslynator/commit/0a545759d9e1741e9c20750cab9e141dde0ea751"><code>0a54575</code></a> Remove command generate-source-references (<a href="https://redirect.github.com/josefpihrt/roslynator/issues/1184">#1184</a>)</li> <li><a href="https://github.com/JosefPihrt/Roslynator/commit/8952a0e4055df3c6ce4d487dc2feff61df3d89c6"><code>8952a0e</code></a> Revert "update"</li> <li><a href="https://github.com/JosefPihrt/Roslynator/commit/33de4053e74bb0663ab9de6665a643b4d9f45ada"><code>33de405</code></a> update</li> <li>Additional commits viewable in <a href="https://github.com/josefpihrt/roslynator/compare/v4.3.0...v4.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Roslynator.Analyzers&package-manager=nuget&previous-version=4.3.0&new-version=4.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information