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.4 to 4.7.0 in /webapi (…
…#686) Bumps [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) from 4.6.4 to 4.7.0. <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.7.0] - 2023-12-03</h2> <h3>Added</h3> <ul> <li>Add analyzer "Dispose resource asynchronously" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261">RCS1261</a>) (<a href="https://redirect.github.com/dotnet/roslynator/pull/1285">PR</a>)</li> <li>Add analyzer "Unnecessary raw string literal" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1262">RCS1262</a>) (<a href="https://redirect.github.com/dotnet/roslynator/pull/1293">PR</a>)</li> <li>Add analyzer "Invalid reference in a documentation comment" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1263">RCS1263</a>) (<a href="https://redirect.github.com/dotnet/roslynator/pull/1295">PR</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Improve refactoring "Remove comment" <a href="https://josefpihrt.github.io/docs/roslynator/refactorings/RR0098">RR0098</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1284">PR</a>)</li> <li>Remove trailing dot from analyzer's title (<a href="https://redirect.github.com/dotnet/roslynator/pull/1298">PR</a>)</li> <li>Group code fix "Change accessibility to ..." (<a href="https://redirect.github.com/dotnet/roslynator/pull/1305">PR</a>)</li> <li>[CLI] Bump Roslyn to 4.8.0 (<a href="https://redirect.github.com/dotnet/roslynator/pull/1307">PR</a>).</li> <li>Group refactoring "Remove members above/below'" (<a href="https://redirect.github.com/dotnet/roslynator/pull/1308">PR</a>)</li> <li>Rename analyzers (<a href="https://redirect.github.com/dotnet/roslynator/pull/1314">PR</a>) <ul> <li>"Add new line before embedded statement" -> "Put embedded statement on its own line" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0030">RCS0030</a>)</li> <li>"Add new line before statement" -> "Put statement on its own line" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0033">RCS0033</a>)</li> </ul> </li> <li>Group refactoring "Wrap in ..." (<a href="https://redirect.github.com/dotnet/roslynator/pull/1317">PR</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1124">RCS1124</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1279">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0058">RCS0058</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1281">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1163">RCS1163</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1280">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1203">RCS1203</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1282">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1046">RCS1046</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1283">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1158">RCS1158</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1288">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1032">RCS1032</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1289">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1176">RCS1176</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1291">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1197">RCS1197</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1166">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1093">RCS1093</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1296">PR</a>)</li> <li>[Testing] Detect nested code actions (<a href="https://redirect.github.com/dotnet/roslynator/pull/1305">PR</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/roslynator/commit/e4e5aad7290f077a950814aa686d506fb23677d9"><code>e4e5aad</code></a> Release 4.7.0 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1312">#1312</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e213afabe1f2139c2994cf240b7b27953abdf5d3"><code>e213afa</code></a> Optimizations related to directives (<a href="https://redirect.github.com/dotnet/roslynator/issues/1318">#1318</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/eb5e546232361d161817cf452194c7c53c757a15"><code>eb5e546</code></a> Group refactorings 'Wrap in ...' (<a href="https://redirect.github.com/dotnet/roslynator/issues/1317">#1317</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/4f816f1a54be1cb860d742cc657e1eb6130d744b"><code>4f816f1</code></a> Rename analyzers RCS0030, RCS0033 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1314">#1314</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/3b1557803d6371178a82d9f50572617c7729927b"><code>3b15578</code></a> Always normalize project/solution path (<a href="https://redirect.github.com/dotnet/roslynator/issues/1313">#1313</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/d61ee1b7db67ee180f29800e88df5acf7753d36d"><code>d61ee1b</code></a> Update version in nuspec (<a href="https://redirect.github.com/dotnet/roslynator/issues/1311">#1311</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/cca3a0dbe495469cd9b4ab8b3fc793fc8964e442"><code>cca3a0d</code></a> Fix nuget 'cycle detected' (<a href="https://redirect.github.com/dotnet/roslynator/issues/1310">#1310</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/b785592ef1f290aa34f6c8f17e97fff6cff6c0cd"><code>b785592</code></a> Group refactoring 'Remove members above/below' (<a href="https://redirect.github.com/dotnet/roslynator/issues/1308">#1308</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/5886494bdb6c554700c0122091169b5c582aa383"><code>5886494</code></a> Bump Roslyn to 4.8.0 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1307">#1307</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e4062cf6958163fc19040cfc3079db93dfc1e7cd"><code>e4062cf</code></a> Group code actions 'Change accessibility to' (<a href="https://redirect.github.com/dotnet/roslynator/issues/1305">#1305</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/roslynator/compare/v4.6.4...v4.7.0">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.4&new-version=4.7.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