The new version of MSTest introduces several improvements, bug fixes, and new features. It includes enhancements to MSTest.Analyzers, MSTest.Sdk, and MSTest.Runner, along with added support for WinUI applications.
MSTest.Analyzers now offer nine new rules to promote best practices, covering attributes, assertions, design preferences, code readability, and maintainability. Rules like MSTEST0017, MSTEST0019, and MSTEST0020 provide guidance on assertion order, TestInitialize methods, and constructors.
Enhancements include long-requested STA thread support in VSTest and MSTest.Runner, enabling UI testing across supported frameworks. Plans to enhance this feature further involve community feedback for running specific tests or classes in STA thread mode.
Collection
[
|
...
]