Showing tag results for mstest

Sep 3, 2026
Post comments count0
Post likes count1

Test what you ship: MSTest and Native AOT

Amaury Levé

MSTest source generation lets test projects use the same Native AOT and trimming deployment model as the applications they validate, while reducing reflection on the test execution path.

.NET
Apr 11, 2024
Post comments count19
Post likes count5

Introducing MSTest SDK – Improved Configuration & Flexibility

Marco,
Amaury

The new MSTest SDK is here and provides an easier way to configure your MSTest projects. Learn all about this release, how to get started, and its great improvements when using MSTest.

.NETC#
Apr 3, 2024
Post comments count7
Post likes count6

Testing Your Native AOT Applications

Marco,
Jakub,
Jakub

MSTest introduces a Native AOT compatible test runner and engine for testing your Native AOT applications.

.NETC#Performance