Skip to content

Commit

Permalink
.Net: Bump Roslynator.Formatting.Analyzers from 4.12.0 to 4.12.9 in /…
Browse files Browse the repository at this point in the history
…dotnet (#9814)

Bumps
[Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator)
from 4.12.0 to 4.12.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dotnet/roslynator/releases">Roslynator.Formatting.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>
<h2>v4.12.8</h2>
<h3>Fixed</h3>
<ul>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0053">RCS0053</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1547">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1223">RCS1223</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1552">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1140">RCS1140</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1554">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1096">RCS1096</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1558">PR</a>)</li>
<li>[CLI] Improve removing of unused symbols (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1550">PR</a>)</li>
<li>[CLI] Fix command <code>generate-doc</code> (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1559">PR</a>)</li>
</ul>
<h2>v4.12.7</h2>
<h3>Fixed</h3>
<ul>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1202">RCS1202</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1542">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1246">RCS1246</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1543">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1140">RCS1140</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1524">PR</a> by
<a href="https://github.com/Qluxzz"><code>@​Qluxzz</code></a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1077">RCS1077</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1544">PR</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Add support for duck-typed awaitables and task-like types for
Task/Async-related analyzers (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1535">PR</a> by
<a href="https://github.com/Govorunb"><code>@​Govorunb</code></a>)
<ul>
<li>Affects the following analyzers:
<ul>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1046">RCS1046</a></li>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1047">RCS1047</a></li>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1090">RCS1090</a></li>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1174">RCS1174</a></li>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1229">RCS1229</a></li>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261">RCS1261</a></li>
</ul>
</li>
<li>Affects refactoring <a
href="https://josefpihrt.github.io/docs/roslynator/refactorings/RR0209">RR0209</a></li>
</ul>
</li>
</ul>
<h2>v4.12.6</h2>
<h3>Added</h3>
<ul>
<li>Analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1077">RCS1077</a>
now suggests to use <code>Order</code> instead of <code>OrderBy</code>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1522">PR</a> by
<a
href="https://github.com/BenjaminBrienen"><code>@​BenjaminBrienen</code></a>)</li>
</ul>
<h3>Fixed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/dotnet/roslynator/blob/main/ChangeLog.md">Roslynator.Formatting.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>
<h2>[4.12.8] - 2024-10-11</h2>
<h3>Fixed</h3>
<ul>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0053">RCS0053</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1547">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1223">RCS1223</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1552">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1140">RCS1140</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1554">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1096">RCS1096</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1558">PR</a>)</li>
<li>[CLI] Improve removing of unused symbols (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1550">PR</a>)</li>
<li>[CLI] Fix command <code>generate-doc</code> (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1559">PR</a>)</li>
</ul>
<h2>[4.12.7] - 2024-10-01</h2>
<h3>Fixed</h3>
<ul>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1202">RCS1202</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1542">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1246">RCS1246</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1543">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1140">RCS1140</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1524">PR</a> by
<a href="https://github.com/Qluxzz"><code>@​Qluxzz</code></a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1077">RCS1077</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1544">PR</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Add support for duck-typed awaitables and task-like types for
Task/Async-related analyzers (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1535">PR</a> by
<a href="https://github.com/Govorunb"><code>@​Govorunb</code></a>)
<ul>
<li>Affects the following analyzers:
<ul>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1046">RCS1046</a></li>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1047">RCS1047</a></li>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1090">RCS1090</a></li>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1174">RCS1174</a></li>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1229">RCS1229</a></li>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261">RCS1261</a></li>
</ul>
</li>
<li>Affects refactoring <a
href="https://josefpihrt.github.io/docs/roslynator/refactorings/RR0209">RR0209</a></li>
</ul>
</li>
</ul>
<h2>[4.12.6] - 2024-09-23</h2>
<h3>Added</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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 &lt;para&gt; 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><a
href="https://github.com/dotnet/roslynator/commit/4be87c4350fec0c76176f50607352c4780ddabd4"><code>4be87c4</code></a>
Release 4.12.8 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1560">#1560</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/8ffe904e2db21b28b19214fd1e628a7ee12af44a"><code>8ffe904</code></a>
[CLI] Fix command generate-doc (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1559">#1559</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/roslynator/compare/v4.12.0...v4.12.9">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| Roslynator.Formatting.Analyzers | [>= 4.5.a, < 4.6] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Roslynator.Formatting.Analyzers&package-manager=nuget&previous-version=4.12.0&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>
Co-authored-by: Dmytro Struk <[email protected]>
  • Loading branch information
dependabot[bot] and dmytrostruk authored Nov 27, 2024
1 parent 29525aa commit 6639ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageVersion Include="Roslynator.Formatting.Analyzers" Version="[4.12.0]" />
<PackageVersion Include="Roslynator.Formatting.Analyzers" Version="[4.12.9]" />
<PackageReference Include="Roslynator.Formatting.Analyzers">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 6639ff7

Please sign in to comment.