Skip to content

Commit 711e372

Browse files
Bump Microsoft.CodeAnalysis.NetAnalyzers from 7.0.0 to 7.0.1 (#65)
Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 7.0.0 to 7.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/roslyn-analyzers/releases">Microsoft.CodeAnalysis.NetAnalyzers's releases</a>.</em></p> <blockquote> <h2>NetAnalyzers 7.0.1</h2> <p>Release build of <a href="https://www.nuget.org/packages/Microsoft.CodeAnalysis.NetAnalyzers/">Microsoft.CodeAnalysis.NetAnalyzers</a> containing first-party <a href="https://docs.microsoft.com/dotnet/fundamentals/code-analysis/overview#code-quality-analysis">code quality analyzers (&quot;CAxxxx rules&quot;)</a>.</p> <p>Contains bug fixes on top of <a href="https://github.com/dotnet/roslyn-analyzers/releases/tag/7.0.0">7.0.0</a> release.</p> <h2>What's Changed</h2> <ul> <li>[release/7.0] Fix bugs found in MAUI repo by <a href="https://github.com/buyaa-n"><code>@​buyaa-n</code></a> in <a href="https://redirect.github.com/dotnet/roslyn-analyzers/pull/6405">dotnet/roslyn-analyzers#6405</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dotnet/roslyn-analyzers/compare/7.0.0...7.0.1">https://github.com/dotnet/roslyn-analyzers/compare/7.0.0...7.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/897aa840ae62ff058adedb2f3b64077b32f43eb7"><code>897aa84</code></a> [release/7.0] Fix bugs found in MAUI repo (<a href="https://redirect.github.com/dotnet/roslyn-analyzers/issues/6405">#6405</a>)</li> <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/5766f0b798b7763021fae8bbf9bece56d5abee0b"><code>5766f0b</code></a> update version for servicing</li> <li>See full diff in <a href="https://github.com/dotnet/roslyn-analyzers/compare/7.0.0...7.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.CodeAnalysis.NetAnalyzers&package-manager=nuget&previous-version=7.0.0&new-version=7.0.1)](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 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 c8b24aa commit 711e372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntelliTect.Multitool/IntelliTect.Multitool.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<CodeAnalysisDictionary Include="CustomDictionary.xml" />
1919
</ItemGroup>
2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0">
21+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>

0 commit comments

Comments
 (0)