Skip to content

Commit 561000b

Browse files
petrsvihlikclaude
andauthored
docs(deps): Name the unblock condition on the JunitXml.TestLogger pin (#584)
States when the pin can be lifted: JunitXml.TestLogger 8.x requires Microsoft.Testing.Platform v2, which xunit.v3 first supports in its 4.x line, so the two bumps go together. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 6fc0d84 commit 561000b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Directory.Packages.props

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,11 @@
8686
<PackageVersion Include="Aspire.Hosting.Testing" Version="13.4.4" />
8787
<PackageVersion Include="FakeItEasy" Version="9.0.1" />
8888
<!-- Emits JUnit XML test results for Codecov Test Analytics (flaky-test / failure
89-
reporting). Consumed via the `junit` VSTest logger in CI. Pinned below 8.0.0:
90-
that release links against Microsoft.Testing.Platform 2.0, which outranks the
91-
1.9.1 pulled in transitively by xunit.v3 and breaks the build with CS1705. -->
89+
reporting). Consumed via the `junit` VSTest logger in CI. Pinned below 8.0.0: the
90+
8.x line is compiled against Microsoft.Testing.Platform v2, while xunit.v3 3.x
91+
ships MTP 1.x, so mixing them breaks the build with CS1705 in every test project.
92+
Bump to 8.x together with the xunit.v3 4.x upgrade — the first xunit line with
93+
MTP v2 support. -->
9294
<PackageVersion Include="JunitXml.TestLogger" Version="7.1.0" />
9395
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.9" />
9496
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="10.0.9" />

0 commit comments

Comments
 (0)