Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added release notes for v17.7.0-preview.23280.1 #4543

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release Notes

## 17.7.0-preview.23280.1

### Issues Fixed
* Fix execution gets stucks on single netstandard source [#4497](https://github.com/microsoft/vstest/pull/4497)
* Pass workloads to proxy managers [#4422](https://github.com/microsoft/vstest/pull/4422)
* Fix no-suitable provider found [#4475](https://github.com/microsoft/vstest/pull/4475)
* Fix version of CppUnitTestFramework dlls [#4457](https://github.com/microsoft/vstest/pull/4457)
* fix: TestObject use ConcurrentDictionary instead of Dictionary [#4450](https://github.com/microsoft/vstest/pull/4450)
* Fix hangdump running into crashdump [#4378](https://github.com/microsoft/vstest/pull/4378)
* Remove explicit framework ref assembly ref [#4407](https://github.com/microsoft/vstest/pull/4407)

See full log [here](https://github.com/microsoft/vstest/compare/v17.7.0-preview.23214.2...v17.7.0-preview.23280.1)

### Drops

* 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)
* Microsoft.TestPlatform.ObjectModel : [17.7.0-preview.23280.1](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.7.0-preview.23280.1)

## 17.6.1 and newer

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