Skip to content

Commit

Permalink
.Net: Bump xunit.analyzers from 1.10.0 to 1.11.0 in /dotnet (#5078)
Browse files Browse the repository at this point in the history
Bumps [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from
1.10.0 to 1.11.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/ac3180a5b419758966f0a19587a4f102fa50b846"><code>ac3180a</code></a>
v1.11.0</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/0a8d0202adb56e5ad1b4aef95dc6ac4e80a2ad4f"><code>0a8d020</code></a><code>xunit/xunit#2870</code></li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/f6c256aff28173d77efb0cb2ff131570f9bcef08"><code>f6c256a</code></a>
Centralize all CodeAction.Create calls to centralize the RS1035
disablement</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/1e0dae62ed23753eb987a6d58317a22c4f2a9b91"><code>1e0dae6</code></a>
Fix analyzer to account for issue 2557 (<a
href="https://redirect.github.com/xunit/xunit.analyzers/issues/180">#180</a>)</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/427f4c20cf017d1754a5ffba80e67d9f6732bac0"><code>427f4c2</code></a>
Remove Roslyn 4.2 support as VS2022 17.2 is out of support <a
href="https://learn.micr">https://learn.micr</a>...</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/2c7d34fccee9f111f52cc155437ace6a757313d9"><code>2c7d34f</code></a>
Incorrect culture used for string.Format</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/7939f889fcbd6091a5a3767c9f54967eee122338"><code>7939f88</code></a>
Update verifier for consistency</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/2a50dc06afbefc02d46a4eb203c64653aeb13d42"><code>2a50dc0</code></a>
Fix for <a
href="https://redirect.github.com/xunit/xunit/issues/2873">xunit/xunit#2873</a>
(<a
href="https://redirect.github.com/xunit/xunit.analyzers/issues/179">#179</a>)</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/43e92320b669c5f55cfe73ec855c95815b678ffa"><code>43e9232</code></a>
Update for new IAsyncEnumerable&lt;&gt; assertions</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/43c6329952150371213b92a71cba53643b7a411c"><code>43c6329</code></a>
Add missing assertions in Constants</li>
<li>Additional commits viewable in <a
href="https://github.com/xunit/xunit.analyzers/compare/1.10.0...1.11.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit.analyzers&package-manager=nuget&previous-version=1.10.0&new-version=1.11.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>
  • Loading branch information
dependabot[bot] committed Feb 20, 2024
1 parent 9a8c0be commit 6b3e2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageVersion Include="xunit.analyzers" Version="1.10.0" />
<PackageVersion Include="xunit.analyzers" Version="1.11.0" />
<PackageReference Include="xunit.analyzers">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 6b3e2eb

Please sign in to comment.