-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit d69ec71
authored
Bump Roslynator.Analyzers from 4.12.11 to 4.13.0 in /ImperatorToCK3 (#2485)
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from
4.12.11 to 4.13.0.
<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.13.0</h2>
<h3>Fixed</h3>
<ul>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1229">RCS1229</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1618">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1174">RCS1174</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1619">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0010">RCS0010</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1620">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0005">RCS0005</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1621">PR</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li>Add analyzer "Put expression body on its own line" <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0062">RCS0062</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1593">PR</a> by
<a href="https://github.com/cbersch"><code>@cbersch</code></a>)
<ul>
<li>Affects analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1016">RCS1016</a></li>
<li>Affects refactoring <a
href="https://josefpihrt.github.io/docs/roslynator/refactorings/RR0169">RR0169</a></li>
</ul>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Move analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036">RCS1036</a>
to Formatting.Analyzers as <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0063">RCS0063</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1600">PR</a>)
<ul>
<li>Old analyzer still works but is marked as obsolete.</li>
</ul>
</li>
<li>Bump Roslyn to 4.12.0 (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1623">PR</a>)
<ul>
<li>Applies to CLI and testing library.</li>
</ul>
</li>
<li>Bump <code>Microsoft.Build.Locator</code> to 1.7.8 (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1622">PR</a>)</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.13.0] - 2025-02-09</h2>
<h3>Fixed</h3>
<ul>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1229">RCS1229</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1618">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1174">RCS1174</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1619">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0010">RCS0010</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1620">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0005">RCS0005</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1621">PR</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li>Add analyzer "Put expression body on its own line" <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0062">RCS0062</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1593">PR</a> by
<a href="https://github.com/cbersch"><code>@cbersch</code></a>)
<ul>
<li>Affects analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1016">RCS1016</a></li>
<li>Affects refactoring <a
href="https://josefpihrt.github.io/docs/roslynator/refactorings/RR0169">RR0169</a></li>
</ul>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Move analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036">RCS1036</a>
to Formatting.Analyzers as <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0063">RCS0063</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1600">PR</a>)
<ul>
<li>Old analyzer still works but is marked as obsolete.</li>
</ul>
</li>
<li>Bump Roslyn to 4.12.0 (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1623">PR</a>)
<ul>
<li>Applies to CLI and testing library.</li>
</ul>
</li>
<li>Bump <code>Microsoft.Build.Locator</code> to 1.7.8 (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1622">PR</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/roslynator/commit/b6876ebca8ee76832d07ab8c8fe1d0df53f3d1f0"><code>b6876eb</code></a>
Release 4.13.0 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1625">#1625</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/c135fcae329a59f400716eaf467ab9e79fe2c712"><code>c135fca</code></a>
Bump Microsoft.Build.Locator to 1.7.8 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1622">#1622</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/f342e3f4bbbeaf3ca2b203c2a149db96ddfb3bf0"><code>f342e3f</code></a>
Bump Roslyn to 4.12.0 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1623">#1623</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/9e3b7a370d9a2a39ab73842a0c5eae3c4a75aeaf"><code>9e3b7a3</code></a>
Bump Roslynator analyzers packages to 4.12.11 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1624">#1624</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/32ccfc8f416086a17ebf5657bbd7dadc3f6452a7"><code>32ccfc8</code></a>
Fix analyzer RCS0005 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1621">#1621</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/7b95c1bdf0c7573e5f5021a6ccd56c8b4da34212"><code>7b95c1b</code></a>
Fix analyzer RCS0010 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1620">#1620</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/b2711580a2b760ced42b4613c18d7837a34e0209"><code>b271158</code></a>
Fix analyzer RCS1174 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1619">#1619</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/5b2167b45d8de99bd00fc80c32f9f157b749e0a2"><code>5b2167b</code></a>
Fix analyzer RCS1129 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1618">#1618</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/026a9495ed1d63765153a1ad130ff909f430282a"><code>026a949</code></a>
Move analyzer RCS1036 to Formatting.Analyzers (RCS0063) (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1600">#1600</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/4b6dcf5e3aae3d6c42f8d639beb4c13ea713bc25"><code>4b6dcf5</code></a>
Add analyzer RCS0062, put expression body on its own line (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1575">#1575</a>)
(<a
href="https://redirect.github.com/dotnet/roslynator/issues/1593">#1593</a>)</li>
<li>See full diff in <a
href="https://github.com/dotnet/roslynator/compare/v4.12.11...v4.13.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 parent aeaa9a3 commit d69ec71Copy full SHA for d69ec71
1 file changed
+1
-1
lines changedImperatorToCK3/ImperatorToCK3.csproj
Copy file name to clipboardexpand all lines: ImperatorToCK3/ImperatorToCK3.csproj+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
0 commit comments