Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Roslynator.Analyzers from 4.12.4 to 4.12.7 in /webapi #1170

Merged
merged 1 commit into from
Oct 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps Roslynator.Analyzers from 4.12.4 to 4.12.7.

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.12.7

Fixed

Changed

v4.12.6

Added

  • Analyzer RCS1077 now suggests to use Order instead of OrderBy (PR)

Fixed

v4.12.5

Fixed

Changed

  • Bump Roslyn to 4.11.0 (PR)
    • Applies to CLI and testing library.

Removed

... (truncated)

Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.12.7] - 2024-10-01

Fixed

Changed

[4.12.6] - 2024-09-23

Added

  • Analyzer RCS1077 now suggests to use Order instead of OrderBy (PR)

Fixed

[4.12.5] - 2024-09-13

Fixed

Changed

  • Bump Roslyn to 4.11.0 (PR)

... (truncated)

Commits
  • ad59197 Release 4.12.7 (#1545)
  • 7be911c Support duck-typed awaitables and task-like types for Task/Async-related anal...
  • fca5b4e Fix analyzer RCS1077 - Handle IQueryable<T> (#1544)
  • bde6487 RCS1140 - Don't require user to document exception types if caught in same me...
  • e7ed6ad Fix analyzer RCS1246 (#1543)
  • dc7bf9d Fix RCS1202 - check if expr flow state is not null (#1542)
  • b76aee0 Release 4.12.6 (#1536)
  • eccf3f8 Bump braces from 3.0.2 to 3.0.3 in /src/VisualStudioCode/package (#1484)
  • df7ec0e Escape special chars (RCS1181) (#1534)
  • 48d201b Fix analyzer RCS0005 (#1533)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.12.4 to 4.12.7.
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.4...v4.12.7)

---
updated-dependencies:
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 7, 2024
@github-actions github-actions bot added the webapi Pull requests that update .net code label Oct 7, 2024
@glahaye glahaye merged commit 23a73f9 into main Oct 12, 2024
5 of 7 checks passed
@glahaye glahaye deleted the dependabot/nuget/webapi/Roslynator.Analyzers-4.12.7 branch October 12, 2024 02:16
kb0039 pushed a commit to aaronba/chat-copilot that referenced this pull request Jan 8, 2025
…#1170)

Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from
4.12.4 to 4.12.7.
<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.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>)</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>)
<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>)</li>
</ul>
<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/1518">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0056">RCS0056</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1521">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1181">RCS1181</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1526">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/1533">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1181">RCS1181</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1534">PR</a>)</li>
</ul>
<h2>v4.12.5</h2>
<h3>Fixed</h3>
<ul>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1182">RCS1182</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1502">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1198">RCS1198</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1501">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1214">RCS1214</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1500">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1018">RCS1018</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1510">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1264">RCS1264</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1511">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0053">RCS0053</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1512">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0056">RCS0056</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1514">PR</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Bump Roslyn to 4.11.0 (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1483">PR</a>)
<ul>
<li>Applies to CLI and testing library.</li>
</ul>
</li>
</ul>
<h3>Removed</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.Analyzers's
changelog</a>.</em></p>
<blockquote>
<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>)</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>)
<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>
<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>)</li>
</ul>
<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/1518">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0056">RCS0056</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1521">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1181">RCS1181</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1526">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/1533">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1181">RCS1181</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1534">PR</a>)</li>
</ul>
<h2>[4.12.5] - 2024-09-13</h2>
<h3>Fixed</h3>
<ul>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1182">RCS1182</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1502">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1198">RCS1198</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1501">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1214">RCS1214</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1500">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1018">RCS1018</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1510">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1264">RCS1264</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1511">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0053">RCS0053</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1512">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0056">RCS0056</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1514">PR</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Bump Roslyn to 4.11.0 (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1483">PR</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/roslynator/commit/ad591974dd9fe0e47c13b98e6ce3fa7decce275e"><code>ad59197</code></a>
Release 4.12.7 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1545">#1545</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/7be911c8f9788922577cc1eea1faa23f6dfd02d8"><code>7be911c</code></a>
Support duck-typed awaitables and task-like types for Task/Async-related
anal...</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/fca5b4e8faed5db4d89c499ba380ef89f9c50a77"><code>fca5b4e</code></a>
Fix analyzer RCS1077 - Handle IQueryable&lt;T&gt; (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1544">#1544</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/bde648773354879f83efc2c822af5440174cb851"><code>bde6487</code></a>
RCS1140 - Don't require user to document exception types if caught in
same me...</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/e7ed6ad9bbe6e3adff326b9dbce3caff4c2b2235"><code>e7ed6ad</code></a>
Fix analyzer RCS1246 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1543">#1543</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/dc7bf9d2c96922ed707dc48c7145350b007f66b8"><code>dc7bf9d</code></a>
Fix RCS1202 - check if expr flow state is not null (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1542">#1542</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/b76aee0b3ffe575aa9aaca1d840b6d8e0eb23493"><code>b76aee0</code></a>
Release 4.12.6 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1536">#1536</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/eccf3f8e9f59e7441828274e48ce81c4b003f34f"><code>eccf3f8</code></a>
Bump braces from 3.0.2 to 3.0.3 in /src/VisualStudioCode/package (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1484">#1484</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/df7ec0ec6ad693b10f14cc5ccd272e63b14f8016"><code>df7ec0e</code></a>
Escape special chars (RCS1181) (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1534">#1534</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/48d201b4cdd00b66899fb0a3c7a6acce2924ea58"><code>48d201b</code></a>
Fix analyzer RCS0005 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1533">#1533</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/roslynator/compare/v4.12.4...v4.12.7">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.4&new-version=4.12.7)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code webapi Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant