Skip to content

Commit 29782cb

Browse files
authored
Added release notes for v17.7.0-preview.23280.1 (#4543)
1 parent 1b6a8c9 commit 29782cb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/releases.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Release Notes
22

3+
## 17.7.0-preview.23280.1
4+
5+
### Issues Fixed
6+
* Fix execution gets stucks on single netstandard source [#4497](https://github.com/microsoft/vstest/pull/4497)
7+
* Pass workloads to proxy managers [#4422](https://github.com/microsoft/vstest/pull/4422)
8+
* Fix no-suitable provider found [#4475](https://github.com/microsoft/vstest/pull/4475)
9+
* Fix version of CppUnitTestFramework dlls [#4457](https://github.com/microsoft/vstest/pull/4457)
10+
* fix: TestObject use ConcurrentDictionary instead of Dictionary [#4450](https://github.com/microsoft/vstest/pull/4450)
11+
* Fix hangdump running into crashdump [#4378](https://github.com/microsoft/vstest/pull/4378)
12+
* Remove explicit framework ref assembly ref [#4407](https://github.com/microsoft/vstest/pull/4407)
13+
14+
See full log [here](https://github.com/microsoft/vstest/compare/v17.7.0-preview.23214.2...v17.7.0-preview.23280.1)
15+
16+
### Drops
17+
18+
* TestPlatform vsix: [17.7.0-preview.23280.1](https://vsdrop.corp.microsoft.com/file/v1/Products/internal/microsoft-vstest/main/20230530.1;/Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI.vsix)
19+
* Microsoft.TestPlatform.ObjectModel : [17.7.0-preview.23280.1](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.7.0-preview.23280.1)
20+
321
## 17.6.1 and newer
422

523
Please see release notes directly in the release page: https://github.com/microsoft/vstest/releases

0 commit comments

Comments
 (0)