All updates
dotnet: Test what you ship: MSTest and Native AOT
Sep 3, 2026
MSTest source generation now lets test projects run with the same Native AOT and trimming deployment model as the apps they validate. It also reduces reflection on the test execution path.
- Source: .NET