Bump Xunit.StaFact from 1.1.11 to 3.0.13#84
Conversation
kellylford
left a comment
There was a problem hiding this comment.
CI fails because Xunit.StaFact 3.x requires xUnit v3, but this project is on xUnit 2.9.3. This is not a drop-in upgrade — it is a migration.
Options:
- Skip this version for now — comment
@dependabot ignore this major versionto suppress future 3.x PRs until you are ready to migrate. - Migrate to xUnit v3 — also requires bumping
xunit,xunit.runner.visualstudio, andMicrosoft.NET.Test.Sdktogether. Non-trivial but doable; PRs #81 and #83 are already approved and waiting, which would be part of that bundle.
Holding until a decision is made.
7f78b0e to
40d7356
Compare
--- updated-dependencies: - dependency-name: Xunit.StaFact dependency-version: 3.0.13 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
40d7356 to
52ccf9c
Compare
Replace xunit 2.9.3 with xunit.v3 3.2.2 and bump Xunit.StaFact from 1.1.11 to 3.0.13. Add SelfContained=true to satisfy NETSDK1151 triggered by xunit.v3's build targets (UseAppHost=true). 727/727 tests pass. Closes Dependabot PR #84.
|
Superseded by #122, which does the full xunit v3 migration rather than accepting just the StaFact bump in isolation. Running xunit v2 and xunit v3 side-by-side causes CS0433 type-ambiguity errors; PR #122 removes xunit 2.9.3 entirely and upgrades to xunit.v3 3.2.2 + StaFact 3.0.13. All 727 tests pass on CI. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Updated Xunit.StaFact from 1.1.11 to 3.0.13.
Release notes
Sourced from Xunit.StaFact's releases.
3.0.13
What's Changed
New Contributors
Full Changelog: AArnott/Xunit.StaFact@v2.1.7...v3.0.13
3.0.6-alpha
What's Changed
New Contributors
Full Changelog: AArnott/Xunit.StaFact@v2.1.7...v3.0.6-alpha
2.1.7
What's Changed
New Contributors
Full Changelog: AArnott/Xunit.StaFact@v2.0.44...v2.1.7
2.1.4-alpha
What's Changed
New Contributors
Full Changelog: AArnott/Xunit.StaFact@v2.0.36-alpha...v2.1.4-alpha
2.0.44
What's Changed
Full Changelog: AArnott/Xunit.StaFact@v1.2.69...v2.0.44
2.0.36-alpha
What's Changed
Full Changelog: AArnott/Xunit.StaFact@v2.0.35-alpha...v2.0.36-alpha
2.0.35-alpha
What's Changed
Full Changelog: AArnott/Xunit.StaFact@v2.0.29-alpha...v2.0.35-alpha
2.0.29-alpha
Enhancements
New Contributors
Full Changelog: AArnott/Xunit.StaFact@v1.2.46-alpha...v2.0.29-alpha
1.2.69
Enhancements
Other changes
New Contributors
Full Changelog: AArnott/Xunit.StaFact@v1.1.11...v1.2.69
1.2.46-alpha
What's Changed
New Contributors
Full Changelog: AArnott/Xunit.StaFact@v1.2.22-alpha...v1.2.46-alpha
1.2.22-alpha
What's Changed
New Contributors
Full Changelog: AArnott/Xunit.StaFact@v1.1.11...v1.2.22-alpha
Commits viewable in compare view.