Skip to content

Commit

Permalink
.Net: Bump xunit.analyzers from 1.16.0 to 1.17.0 in /dotnet (#9916)
Browse files Browse the repository at this point in the history
Bumps [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from
1.16.0 to 1.17.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/5a443819b88eef1f7249727a660a7abafe22b858"><code>5a44381</code></a>
v1.17.0</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/d25b3a43404a3ea0c11300b6cd0025accf2eebd8"><code>d25b3a4</code></a>
Update xUnit1010 to trigger when a negative integral value is passed to
an un...</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/51a32ce6f41ce2b4ad9745745d0df664567453c6"><code>51a32ce</code></a>
Incorrect message replacement for xUnit2032</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/cf7f21067e879eeea068d260433561f1873145ba"><code>cf7f210</code></a>
Update xUnit2018 fixer to use exactMatch (when supported) instead of
swapping...</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/6b8347c422e00a2a1f13fb81da8d50cbb0a7102c"><code>6b8347c</code></a>
Update xUnit2018 to vary its message based on whether assertion library
suppo...</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/350ab935b5aa23dc1413dac36e989a4279a0e25b"><code>350ab93</code></a>
Add xUnit2032 to soft-deprecate Assert.IsAssignableFrom</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/c7070204062968d48a9e7094103c22d09a8043a0"><code>c707020</code></a>
Rename XunitContext.ForV2Core to .ForV2, since this is the standard
reference...</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/99947a946b725f1e4f15ff6b5daeda44d11fc635"><code>99947a9</code></a>
Update xUnit2007 for the new IsType/IsNotType overloads with exact match
flag</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/17d74da8a4718a7581d99181cc28a0b409f0b0c5"><code>17d74da</code></a>
Update xUnit2018 for the new IsType/IsNotType overloads with exact match
flag</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/6455d4ac7d5ef615c3ed55d3b587548fba41d691"><code>6455d4a</code></a>
Fix package download issue in CI?</li>
<li>Additional commits viewable in <a
href="https://github.com/xunit/xunit.analyzers/compare/1.16.0...1.17.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.16.0&new-version=1.17.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent b1dec16 commit 5c6ccd9
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 @@ -134,7 +134,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageVersion Include="xunit.analyzers" Version="1.16.0" />
<PackageVersion Include="xunit.analyzers" Version="1.17.0" />
<PackageReference Include="xunit.analyzers">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 5c6ccd9

Please sign in to comment.