Fixed the "Unable to locate executable file: 'wmic'" error when using Telerik JustMock VSTest v2 on Windows Server 2025 hosted agent (windows-2025).
Breaking Changes
To ensure a smooth and reliable testing experience with MSTest v4, the [assembly: DoNotParallelize] attribute must be added to each test assembly. This new requirement aims to reduce the risk of unexpected failures during test execution.
Known Issues
NEW
Changes in .NET 10 have caused issues with mocking the 'GetType' method from the 'Object' class, resulting in a StackOverflowException that crashes the test runner.