Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Roslynator.Analyzers from 4.12.8 to 4.12.9 in /ImperatorToCK3 (#…
…2292) Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.12.8 to 4.12.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/roslynator/releases">Roslynator.Analyzers's releases</a>.</em></p> <blockquote> <h2>v4.12.9</h2> <h3>Fixed</h3> <ul> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1090">RCS1090</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1566">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1124">RCS1124</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1572">PR</a>)</li> <li>[CLI] Fix command <code>generate-doc</code> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1568">PR</a>, <a href="https://redirect.github.com/dotnet/roslynator/pull/1570">PR</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Update analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1077">RCS1077</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1653">PR</a>) <ul> <li>Do not suggest to change <code>list.FirstOrDefault(predicate)</code> to <code>list.Find(predicate)</code>. Performance gain is negligible and actually <code>FirstOrDefault</code> can be even faster on .NET 9 (see related <a href="https://redirect.github.com/dotnet/roslynator/pull/1531">issue</a> for more details).</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotnet/roslynator/blob/main/ChangeLog.md">Roslynator.Analyzers's changelog</a>.</em></p> <blockquote> <h2>[4.12.9] - 2024-10-25</h2> <h3>Fixed</h3> <ul> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1090">RCS1090</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1566">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1124">RCS1124</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1572">PR</a>)</li> <li>[CLI] Fix command <code>generate-doc</code> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1568">PR</a>, <a href="https://redirect.github.com/dotnet/roslynator/pull/1570">PR</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Update analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1077">RCS1077</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1653">PR</a>) <ul> <li>Do not suggest to change <code>list.FirstOrDefault(predicate)</code> to <code>list.Find(predicate)</code>. Performance gain is negligible and actually <code>FirstOrDefault</code> can be even faster on .NET 9 (see related <a href="https://redirect.github.com/dotnet/roslynator/pull/1531">issue</a> for more details).</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/roslynator/commit/8c69b9e74df728bf4a2eb2e91ff1e7a7c9a5c2f1"><code>8c69b9e</code></a> Release 4.12.9 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1573">#1573</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/702b9f73240466839d1db56efa8448245b5ee120"><code>702b9f7</code></a> Fix analyzer RCS1124 - Do not cast if not necessary (<a href="https://redirect.github.com/dotnet/roslynator/issues/1572">#1572</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/55f220e892a80387ad01e0fc007ab00adff617b2"><code>55f220e</code></a> [CLI] Fix command generate-doc (<a href="https://redirect.github.com/dotnet/roslynator/issues/1570">#1570</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/f4e77da897e61a608840f636f04ac425aad7799d"><code>f4e77da</code></a> [CLI] Fix command generate-doc (<a href="https://redirect.github.com/dotnet/roslynator/issues/1568">#1568</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/28bd21d4e395654ab5cead446029344245257405"><code>28bd21d</code></a> Fix analyzer RCS1090 - Check ConfigureAwait argument value (<a href="https://redirect.github.com/dotnet/roslynator/issues/1566">#1566</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/6153c9e8e621c85300ceb921c2ed394e080fe26b"><code>6153c9e</code></a> [CLI] Fix command generate-doc - handle <para> tags (<a href="https://redirect.github.com/dotnet/roslynator/issues/1565">#1565</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/ea6971e899e451980eb4e425b737dfa5dec6eed0"><code>ea6971e</code></a> Update analyzer RCS1077 - Remove suggestion to change FirstOrDefault to Find ...</li> <li><a href="https://github.com/dotnet/roslynator/commit/c37e24e488f1058c31bae3a7bc4d4949b6546dc3"><code>c37e24e</code></a> Use Ubuntu 24.04 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1561">#1561</a>)</li> <li>See full diff in <a href="https://github.com/dotnet/roslynator/compare/v4.12.8...v4.12.9">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.12.8&new-version=4.12.9)](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