-
Notifications
You must be signed in to change notification settings - Fork 703
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.5.0 to 4.6.0 in /webapi #536
Merged
crickman
merged 1 commit into
main
from
dependabot/nuget/webapi/Roslynator.Analyzers-4.6.0
Oct 23, 2023
Merged
Bump Roslynator.Analyzers from 4.5.0 to 4.6.0 in /webapi #536
crickman
merged 1 commit into
main
from
dependabot/nuget/webapi/Roslynator.Analyzers-4.6.0
Oct 23, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [Roslynator.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.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
.NET
Pull requests that update .net code
dependencies
Pull requests that update a dependency file
labels
Oct 23, 2023
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
approved these changes
Oct 23, 2023
crickman
deleted the
dependabot/nuget/webapi/Roslynator.Analyzers-4.6.0
branch
October 23, 2023 16:26
Ryangr0
pushed a commit
to webgrip/chat-copilot
that referenced
this pull request
Oct 26, 2023
Bumps [Roslynator.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.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 "Remove directive (including content)" (<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.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
Bumps [Roslynator.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.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 "Remove directive (including content)" (<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.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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps Roslynator.Analyzers from 4.5.0 to 4.6.0.
Changelog
Sourced from Roslynator.Analyzers's changelog.
Commits
3eab64e
Release 4.6.0 (#1220)7eb8e16
Improve testing framework (#1214)6fd43e1
Add refactoring 'Remove directive (including content)' (#1224)cfae950
Bump Microsoft.Build.Locator to 1.6.1 (#1194)6c6ee99
Enable nullable reference types (#1198)2214b4d
Fix generation of root file (#1221)2bc4356
Fix file banners (.NET Foundation format) (#1219)989a183
Bump Roslyn to 4.7.0 (CLI + Testing framework) (#1218)2da0658
Fix globbing (#1215)e7d6105
Fix links in README (#1216)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)