Skip to content

Migrate TestAssets projects to net10.0#200

Merged
javiertuya merged 2 commits into
mainfrom
migrate/dotnet10-testassets
Jul 5, 2026
Merged

Migrate TestAssets projects to net10.0#200
javiertuya merged 2 commits into
mainfrom
migrate/dotnet10-testassets

Conversation

@javiertuya

@javiertuya javiertuya commented Jul 5, 2026

Copy link
Copy Markdown
Owner

.NET 8 ? .NET 10 migration (TestAssets)

Updates the target framework of the test asset projects from net8 to net10.0:

  • TestAssetsMstest/TestAssetsMstest.csproj
  • TestAssetsNunit/TestAssetsNunit.csproj
  • TestAssetsXunit/TestAssetsXunit.csproj

The main DotnetTestSplit tool and its test project remain multi-target (net8.0;net10.0) and are left unchanged.

?? Generated with Claude Code

Bumps the target framework of the TestAssets sample projects (mstest,
nunit, xunit) from net8 to net10.0. The main DotnetTestSplit tool and its
test project remain multi-target (net8.0;net10.0) and are left unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@javiertuya javiertuya self-assigned this Jul 5, 2026
.NET 10 renamed the internal reflection invocation frame in exception
stack traces from `System.RuntimeMethodHandle.InvokeMethod(...)` to
`System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(...)`.
Updates the affected expected split reports (mstest/nunit/xunit
One.ClassTwo and Stp.ClassStp) accordingly.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@javiertuya
javiertuya merged commit 7ac6ae7 into main Jul 5, 2026
4 checks passed
@javiertuya
javiertuya deleted the migrate/dotnet10-testassets branch July 5, 2026 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant