New MSTest SDK: Usage of MSTest Runner Extensions, Support Running Tests in Native AOT
Briefly

MSTest SDK introduces 'profiles' for easier usage of MSTest Runner extensions, providing Default, AllMicrosoft, and None options to control updates and alignments between extensions.
Developers using MSTest SDK benefit from alignment with patterns from main application types, such as ASP.NET Core, Razor, or Windows Desktop, leveraging default suggestions provided by the MSTest team.
The MSTest SDK enables running tests in Native AOT mode, automatically adapting test suites and configurations when publishing to AOT, offering smoother transitions to specialized modes.
MSTest SDK simplifies supporting both native AOT and non-native AOT tests with the PublishAot MSBuild property, allowing easy execution with test commands like 'dotnet test' or 'dotnet run'.
Read at InfoQ
[
|
]