Microsoft has updated its MSTest testing framework for .NET, enhancing it with WinUI support and best practices for Roslyn-based code analyzers.
The company announced MSTest 3.4 on June 5. The MSTest framework can be accessed via NuGet.
With MSTest 3.4, support for WinUI framework applications is added to MSTest.Runner. With this improvement, a project sample is offered and work is under way to simplify testing of unpackaged WinUI applications. Microsoft also has improved the test runner’s performance by using built-in System.Text.Json
for .NET rather than Jsonite and by caching command line options.