Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Roslynator.CodeAnalysis.Analyzers from 4.6.1 to 4.6.2 in /webapi (…
…#595) Bumps [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) from 4.6.1 to 4.6.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotnet/roslynator/blob/main/ChangeLog.md">Roslynator.CodeAnalysis.Analyzers's changelog</a>.</em></p> <blockquote> <h2>[4.6.2] - 2023-11-10</h2> <h3>Added</h3> <ul> <li>[CLI] Add note to docs that Roslynator CLI does not contain any analyzers itself (<a href="https://redirect.github.com/dotnet/roslynator/pull/1241">PR</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1234">RCS1234</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1233">PR</a>)</li> <li>Fix refactoring <a href="https://josefpihrt.github.io/docs/roslynator/refactorings/RR0062">Inline method</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1234">PR</a>)</li> <li>[CLI] Fix globbing (<a href="https://redirect.github.com/dotnet/roslynator/pull/1238">PR</a>)</li> <li>[CLI] Remove assembly resolving (<a href="https://redirect.github.com/dotnet/roslynator/pull/1237">PR</a>)</li> <li>Detect false positive from Unity code (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1169">RCS1169</a>) (<a href="https://redirect.github.com/dotnet/roslynator/pull/1245">PR</a>) <ul> <li>Introduce config option <code>roslynator_unity_code_analysis.enabled = true|false</code></li> <li>Make option <code>roslynator_suppress_unity_script_methods</code> obsolete</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/roslynator/commit/af63ef980578c35427a679978ba50b2398ae7a23"><code>af63ef9</code></a> Release 4.6.2 (CLI 0.7.2) (<a href="https://redirect.github.com/dotnet/roslynator/issues/1244">#1244</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e260e3df8047dd2250a6ac849b5779b33ad418d1"><code>e260e3d</code></a> Add option 'roslynator_unity_code_analysis.enabled' (<a href="https://redirect.github.com/dotnet/roslynator/issues/1245">#1245</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/60395120ac6dfca8783691f87e6b78957369e5ce"><code>6039512</code></a> Add front matter title (<a href="https://redirect.github.com/dotnet/roslynator/issues/1243">#1243</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/7bad9e4c872dd3e2a3bdd9717c4f17be6616b5db"><code>7bad9e4</code></a> Improve CLI logging (<a href="https://redirect.github.com/dotnet/roslynator/issues/1242">#1242</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/3793592907c09e464ef003a0cc27236cbcdc90cb"><code>3793592</code></a> Improve docs for analyze/fix command (<a href="https://redirect.github.com/dotnet/roslynator/issues/1241">#1241</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/963de8db6c0bc3e0c2e2f6cbf138968baad96596"><code>963de8d</code></a> Remove assembly resolving (<a href="https://redirect.github.com/dotnet/roslynator/issues/1237">#1237</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/324071aa9950a725a515007e32765b9179d8fb4d"><code>324071a</code></a> Update scripts (<a href="https://redirect.github.com/dotnet/roslynator/issues/1239">#1239</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e8860839f2f25b1468d21c159dc0be4b5827b1e6"><code>e886083</code></a> Fix order of parameters (<a href="https://redirect.github.com/dotnet/roslynator/issues/1238">#1238</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/d52ec5773ef7404ac406b6d3bc2860c2752a10b8"><code>d52ec57</code></a> Fix refactoring 'Inline method' (RR0062) (<a href="https://redirect.github.com/dotnet/roslynator/issues/1234">#1234</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/facf447b35fa08ebcc3336e8870c429985044d3a"><code>facf447</code></a> Fix RCS1234 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1233">#1233</a>)</li> <li>See full diff in <a href="https://github.com/dotnet/roslynator/compare/v4.6.1...v4.6.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Roslynator.CodeAnalysis.Analyzers&package-manager=nuget&previous-version=4.6.1&new-version=4.6.2)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information