| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-13 | 1.4 kB | |
| v18.8.0 source code.tar.gz | 2026-07-13 | 4.6 MB | |
| v18.8.0 source code.zip | 2026-07-13 | 6.4 MB | |
| Totals: 3 Items | 11.0 MB | 0 | |
What's Changed
- Migrate from Newtonsoft.Json to System.Text.Json / Jsonite (merge to main) by @nohwnd in https://github.com/microsoft/vstest/pull/15687
- For more detail refer to https://devblogs.microsoft.com/dotnet/vs-test-is-removing-its-newtonsoft-json-dependency/
- Create source-only filter package by @Youssef1313 in https://github.com/microsoft/vstest/pull/15638
- Package release is pending.
- Add ARM64 msdia140.dll support to test platform packages by @nohwnd in https://github.com/microsoft/vstest/pull/15692
- Fix mutex cleanup crash on macOS/Linux by @nohwnd in https://github.com/microsoft/vstest/pull/15684
- Restrict artifact temp directory permissions on Unix by @nohwnd in https://github.com/microsoft/vstest/pull/15729
- Add support for filtering uncategorized tests with TestCategory=None by @Evangelink in https://github.com/microsoft/vstest/pull/15727
- Fix SCI binding failure in DTA hosts (main) by @nohwnd in https://github.com/microsoft/vstest/pull/15724
- Fix HTML logger parallel file collision by @nohwnd in https://github.com/microsoft/vstest/pull/15435
- Improve error message when testhost cannot be found by @nohwnd in https://github.com/microsoft/vstest/pull/16053
- Fix HTML logger exception on invalid XML chars in test display names by @nohwnd in https://github.com/microsoft/vstest/pull/16051
Full Changelog: https://github.com/microsoft/vstest/compare/v18.7.0...v18.8.0