What's Changed
- Fix MSTEST0042 (duplicate data row) false positive with Zero/NegativeZero by @Youssef1313 in #5684
- Allow framework authors to use TestCase.FullyQualifiedName as the TestNodeUid by @Youssef1313 in #5658
- Ensure TestMethodAttribute.Execute is run on the correct execution context by @Youssef1313 in #5688
- Avoid loading System.Threading.Tasks.Extensions when not needed by @Youssef1313 in #5694
- Fix UseAsync property in TestMethodAttribute derived classes to use type checks by @Youssef1313 and @Copilot in #5708
- Fix UnitTestRunner leaking some test class instances by @Youssef1313 in #5715
See the MSTest changelog here: https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#3.9.2
See the Microsoft.Testing.Platform changelog here: https://github.com/microsoft/testfx/blob/main/docs/Changelog-Platform.md#1.7.2
Full Changelog: v3.9.1...v3.9.2