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.CodeAnalysis.Analyzers from 4.5.0 to 4.6.0 in /webapi #533

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps Roslynator.CodeAnalysis.Analyzers from 4.5.0 to 4.6.0.

Changelog

Sourced from Roslynator.CodeAnalysis.Analyzers's changelog.

[4.6.0] - 2023-10-18

Added

  • Add social card (PR).
  • Add nullable annotation to public API (PR).
  • Add refactoring "Remove directive (including content)" (PR).

Changed

  • Update logo (PR, PR).
  • Migrate to .NET Foundation (PR, PR, PR).
  • Bump Roslyn to 4.7.0 (PR).
    • Applies to CLI and testing library.
  • Bump Microsoft.Build.Locator to 1.6.1 (PR)
  • Improve testing framework (PR)
    • Add methods to DiagnosticVerifier, RefactoringVerifier and CompilerDiagnosticFixVerifier.
    • Add property DiagnosticVerifier.Descriptor (BREAKING CHANGE).
    • Add property CompilerDiagnosticFixVerifier.DiagnosticId (BREAKING CHANGE).
    • Make property DiagnosticTestData.Descriptor obsolete.
    • Make property CompilerDiagnosticFixTestData.DiagnosticId obsolete.

Fixed

Commits

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)

Bumps [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.5.0...v4.6.0)

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

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 23, 2023
@github-actions github-actions bot added webapi Pull requests that update .net code and removed dependencies Pull requests that update a dependency file labels Oct 23, 2023
@crickman crickman added this pull request to the merge queue Oct 23, 2023
Merged via the queue into main with commit 034e8e9 Oct 23, 2023
7 checks passed
@crickman crickman deleted the dependabot/nuget/webapi/Roslynator.CodeAnalysis.Analyzers-4.6.0 branch October 23, 2023 16:25
Ryangr0 pushed a commit to webgrip/chat-copilot that referenced this pull request Oct 26, 2023
…microsoft#533)

Bumps
[Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator)
from 4.5.0 to 4.6.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.6.0] - 2023-10-18</h2>
<h3>Added</h3>
<ul>
<li>Add social card (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1212">PR</a>).</li>
<li>Add nullable annotation to public API (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1198">PR</a>).</li>
<li>Add refactoring &quot;Remove directive (including content)&quot; (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1224">PR</a>).</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update logo (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1208">PR</a>,
<a
href="https://redirect.github.com/dotnet/roslynator/pull/1210">PR</a>).</li>
<li>Migrate to .NET Foundation (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1206">PR</a>,
<a
href="https://redirect.github.com/dotnet/roslynator/pull/1207">PR</a>,
<a
href="https://redirect.github.com/dotnet/roslynator/pull/1219">PR</a>).</li>
<li>Bump Roslyn to 4.7.0 (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1218">PR</a>).
<ul>
<li>Applies to CLI and testing library.</li>
</ul>
</li>
<li>Bump Microsoft.Build.Locator to 1.6.1 (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1194">PR</a>)</li>
<li>Improve testing framework (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1214">PR</a>)
<ul>
<li>Add methods to <code>DiagnosticVerifier</code>,
<code>RefactoringVerifier</code> and
<code>CompilerDiagnosticFixVerifier</code>.</li>
<li>Add property <code>DiagnosticVerifier.Descriptor</code> (BREAKING
CHANGE).</li>
<li>Add property <code>CompilerDiagnosticFixVerifier.DiagnosticId</code>
(BREAKING CHANGE).</li>
<li>Make property <code>DiagnosticTestData.Descriptor</code>
obsolete.</li>
<li>Make property
<code>CompilerDiagnosticFixTestData.DiagnosticId</code> obsolete.</li>
</ul>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1164">RCS1164</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1196">PR</a>).</li>
<li>Fix <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1241">RCS1241</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1197">PR</a>).</li>
<li>Fix <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1250">RCS1250</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1205">PR</a>).</li>
<li>[CLI] Fix globbing (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1215">PR</a>).</li>
<li>[CLI] Fix generation of root file (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1221">PR</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/roslynator/commit/3eab64e203fd92a9c6b43278ed6f1f432db4cad6"><code>3eab64e</code></a>
Release 4.6.0 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1220">#1220</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/7eb8e16f39a8e7f7bd5193da1153af0351c6609e"><code>7eb8e16</code></a>
Improve testing framework (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1214">#1214</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/6fd43e10c58c5b434e82e20e64e7b2af8de013d4"><code>6fd43e1</code></a>
Add refactoring 'Remove directive (including content)' (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1224">#1224</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/cfae950af74daf119963376e5a112ec4eca23342"><code>cfae950</code></a>
Bump Microsoft.Build.Locator to 1.6.1 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1194">#1194</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/6c6ee9940b48bb13ebc48e9cba336289a47641af"><code>6c6ee99</code></a>
Enable nullable reference types (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1198">#1198</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/2214b4dfec39eade2a836b30af33cb5760846ca1"><code>2214b4d</code></a>
Fix generation of root file (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1221">#1221</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/2bc43563db3469b116dd465f829bb0b41c6f0fa2"><code>2bc4356</code></a>
Fix file banners (.NET Foundation format) (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1219">#1219</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/989a183db08fb1a1cdede20162a04b2ab6719689"><code>989a183</code></a>
Bump Roslyn to 4.7.0 (CLI + Testing framework) (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1218">#1218</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/2da065825bbb52b0b52801e8b4e15091b6869669"><code>2da0658</code></a>
Fix globbing (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1215">#1215</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/e7d610554eebecd015b03e49979c3a14c98cc953"><code>e7d6105</code></a>
Fix links in README (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1216">#1216</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/roslynator/compare/v4.5.0...v4.6.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.5.0&new-version=4.6.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
…microsoft#533)

Bumps
[Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator)
from 4.5.0 to 4.6.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.6.0] - 2023-10-18</h2>
<h3>Added</h3>
<ul>
<li>Add social card (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1212">PR</a>).</li>
<li>Add nullable annotation to public API (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1198">PR</a>).</li>
<li>Add refactoring &quot;Remove directive (including content)&quot; (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1224">PR</a>).</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update logo (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1208">PR</a>,
<a
href="https://redirect.github.com/dotnet/roslynator/pull/1210">PR</a>).</li>
<li>Migrate to .NET Foundation (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1206">PR</a>,
<a
href="https://redirect.github.com/dotnet/roslynator/pull/1207">PR</a>,
<a
href="https://redirect.github.com/dotnet/roslynator/pull/1219">PR</a>).</li>
<li>Bump Roslyn to 4.7.0 (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1218">PR</a>).
<ul>
<li>Applies to CLI and testing library.</li>
</ul>
</li>
<li>Bump Microsoft.Build.Locator to 1.6.1 (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1194">PR</a>)</li>
<li>Improve testing framework (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1214">PR</a>)
<ul>
<li>Add methods to <code>DiagnosticVerifier</code>,
<code>RefactoringVerifier</code> and
<code>CompilerDiagnosticFixVerifier</code>.</li>
<li>Add property <code>DiagnosticVerifier.Descriptor</code> (BREAKING
CHANGE).</li>
<li>Add property <code>CompilerDiagnosticFixVerifier.DiagnosticId</code>
(BREAKING CHANGE).</li>
<li>Make property <code>DiagnosticTestData.Descriptor</code>
obsolete.</li>
<li>Make property
<code>CompilerDiagnosticFixTestData.DiagnosticId</code> obsolete.</li>
</ul>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1164">RCS1164</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1196">PR</a>).</li>
<li>Fix <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1241">RCS1241</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1197">PR</a>).</li>
<li>Fix <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1250">RCS1250</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1205">PR</a>).</li>
<li>[CLI] Fix globbing (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1215">PR</a>).</li>
<li>[CLI] Fix generation of root file (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1221">PR</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/roslynator/commit/3eab64e203fd92a9c6b43278ed6f1f432db4cad6"><code>3eab64e</code></a>
Release 4.6.0 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1220">#1220</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/7eb8e16f39a8e7f7bd5193da1153af0351c6609e"><code>7eb8e16</code></a>
Improve testing framework (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1214">#1214</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/6fd43e10c58c5b434e82e20e64e7b2af8de013d4"><code>6fd43e1</code></a>
Add refactoring 'Remove directive (including content)' (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1224">#1224</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/cfae950af74daf119963376e5a112ec4eca23342"><code>cfae950</code></a>
Bump Microsoft.Build.Locator to 1.6.1 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1194">#1194</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/6c6ee9940b48bb13ebc48e9cba336289a47641af"><code>6c6ee99</code></a>
Enable nullable reference types (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1198">#1198</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/2214b4dfec39eade2a836b30af33cb5760846ca1"><code>2214b4d</code></a>
Fix generation of root file (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1221">#1221</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/2bc43563db3469b116dd465f829bb0b41c6f0fa2"><code>2bc4356</code></a>
Fix file banners (.NET Foundation format) (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1219">#1219</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/989a183db08fb1a1cdede20162a04b2ab6719689"><code>989a183</code></a>
Bump Roslyn to 4.7.0 (CLI + Testing framework) (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1218">#1218</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/2da065825bbb52b0b52801e8b4e15091b6869669"><code>2da0658</code></a>
Fix globbing (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1215">#1215</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/e7d610554eebecd015b03e49979c3a14c98cc953"><code>e7d6105</code></a>
Fix links in README (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1216">#1216</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/roslynator/compare/v4.5.0...v4.6.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.5.0&new-version=4.6.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] <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
.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.

1 participant