Skip to content

Commit

Permalink
Bump xunit from 2.5.3 to 2.6.0 (#1582)
Browse files Browse the repository at this point in the history
Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/xunit/xunit/commit/6a07b9530d643f938287db600feb46082e894188"><code>6a07b95</code></a>
v2.6.0</li>
<li><a
href="https://github.com/xunit/xunit/commit/5a7297e8dcbc7998dc85708af8fb3756888ccd14"><code>5a7297e</code></a>
<a href="https://redirect.github.com/xunit/xunit/issues/2806">#2806</a>:
Performance improvements in Assert.Equal (v2)</li>
<li><a
href="https://github.com/xunit/xunit/commit/a6b5cc4a9c218a8f063807f233dcdaeb28572d00"><code>a6b5cc4</code></a>
Add net6.0 binary to xunit.assert</li>
<li><a
href="https://github.com/xunit/xunit/commit/abc1dd3ba18ae60bd2d19af3eb1b80d250090e76"><code>abc1dd3</code></a>
Update Microsoft.NETCore.App.Ref to 6.0</li>
<li><a
href="https://github.com/xunit/xunit/commit/52b6638e6e454beeb46b037a2de5928d47c4c6e8"><code>52b6638</code></a>
Move CA1304 and CA1305 enablement to production code only (not test
code)</li>
<li><a
href="https://github.com/xunit/xunit/commit/e139d771c23f4b53f2bae3f3437b778d5b8d3ba9"><code>e139d77</code></a>
Ensure all throws of NotImplementedException contain messages</li>
<li><a
href="https://github.com/xunit/xunit/commit/8a84fdb3eac52500f12c13897a931857da23ff70"><code>8a84fdb</code></a>
Ensure all GetHashCode functions are implemented (<a
href="https://redirect.github.com/xunit/xunit/issues/2804">#2804</a>)
(v2)</li>
<li><a
href="https://github.com/xunit/xunit/commit/c8532052c3c2454c35cb3e599f1c324c803659a5"><code>c853205</code></a>
Unit tests for <a
href="https://redirect.github.com/xunit/xunit/issues/2803">#2803</a>
(v2)</li>
<li><a
href="https://github.com/xunit/xunit/commit/8ffe56ac15a785434a7042acbabb33256000a477"><code>8ffe56a</code></a>
Unit tests for <a
href="https://redirect.github.com/xunit/xunit/issues/2800">#2800</a>
(v2)</li>
<li><a
href="https://github.com/xunit/xunit/commit/b2e660e51a924a42f85c48c4220712fd9c05d122"><code>b2e660e</code></a>
Replace (most) concatenation and interpolation (in shipped code) with
String....</li>
<li>Additional commits viewable in <a
href="https://github.com/xunit/xunit/compare/2.5.3...2.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit&package-manager=nuget&previous-version=2.5.3&new-version=2.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 6c6953d commit 576b0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImperatorToCK3.UnitTests/ImperatorToCK3.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.3" />
<PackageReference Include="xunit" Version="2.6.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 576b0a7

Please sign in to comment.