File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
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
+
3
21
## 17.6.1 and newer
4
22
5
23
Please see release notes directly in the release page: https://github.com/microsoft/vstest/releases
You can’t perform that action at this time.
0 commit comments