Commit 05bdb69
Hold the xunit-dotnet monorepo on 3.x until the test host is migrated (#112)
Renovate proposed xunit.v3 4.0.0 and xunit.runner.visualstudio 4.0.0 in
#108. Both .NET test jobs failed, identically on CI and on a local Mac:
Microsoft.Testing.Platform.MSBuild.targets(320,5): error : Testing with
VSTest target is no longer supported by Microsoft.Testing.Platform on
.NET 10 SDK and later. If you use dotnet test, you should opt-in to the
new dotnet test experience.
xunit.v3 4.0.0 depends on xunit.v3.mtp-v2 [4.0.0, 4.0.0], which pulls
Microsoft.Testing.Platform 2.x, and MTP 2 drops the VSTest bridge on the
.NET 10 SDK. So this is a test-host migration, not a version bump: the test
project has to opt into the new `dotnet test`, and ci.yml's two .NET jobs
both pass `--logger "console;verbosity=normal"`, which is VSTest syntax MTP
does not accept. #111 has the full checklist.
The ceiling is <4.0.0 rather than `enabled: false`, matching every other
hold in this file - patches inside 3.x keep flowing and only the major is
blocked. Without it the bot re-proposes v4 every Monday, which is the exact
re-litigation the header of this file says the holds exist to prevent.
This is the seventh hold, so the count in the header moves with it, and the
tracking-issue list gains the migration-shaped entry.
Verified with the validator the file's own comment calls for:
npx --yes --package renovate -- renovate-config-validator .github/renovate.json5
INFO: Config validated successfully against 1 file(s)
Verify.XunitV3 32.0.0 is unaffected and merged separately in #106 - both
.NET test jobs passed on it.
Claude-Session: https://claude.ai/code/session_01DAVZSEbjCkr9sbumdMPKy2
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 6128c71 commit 05bdb69
1 file changed
Lines changed: 29 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
| |||
330 | 331 | | |
331 | 332 | | |
332 | 333 | | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
333 | 361 | | |
334 | 362 | | |
335 | 363 | | |
| |||
0 commit comments