Breaking Change: 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 Issue: 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.
不具合の修正
Fixed the "Unable to locate executable file: 'wmic'" error when using Telerik JustMock VSTest v2 on Windows Server 2025 hosted agent (windows-2025).