chore(deps): update dependency microsoft.net.test.sdk to v17.7.0 #7

Merged
rainote merged 1 commit from renovate/microsoft.net.test.sdk-17.x into master 2023-08-06 11:48:33 +00:00
Member

This PR contains the following updates:

Package Type Update Change
Microsoft.NET.Test.Sdk nuget minor 17.3.2 -> 17.7.0

Release Notes

microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.7.0

Issues Fixed
  • RTM build fix
  • [rel/17.7] Fix branding on 17.7-release #​4615
  • Externals final 17.7 upgrade #​4565
  • "Snap" main to rel/17.7 #​4558
  • Disable pre-start of testhosts #​4554
  • Downgrade Nuget.Frameworks to 6.5.0 #​4512
  • Update Nuget.Frameworks #​4500
  • Fix hangdump running into crashdump #​4480
  • Fix no-suitable provider found #​4474
  • Fix Newtonsoft versions in testhost.deps.json #​4372
  • Bumped TP version to 17.7.0 (#​4346)

Full Changelog: here

Drops
  • Microsoft.TestPlatform.ObjectModel : v17.7.0

v17.6.3

Issues Fixed

Full Changelog: https://github.com/microsoft/vstest/compare/v17.6.2...v17.6.3

Artifacts
  • TestPlatform vsix: 17.6.3
  • Microsoft.TestPlatform.ObjectModel : 17.6.3

v17.6.2

Fixes

This patch addresses the problems that were introduced in 17.6.0 that happen when running on AzDo with the default test.dll filter, which includes additional TestPlatform dlls into the run and fails it.

To mitigate this issue we solved the bug in 17.6.1, and added additional exclusions for known assemblies that are coming from TestPlatform and commonly used test adapters, to avoid trying to run tests from those assemblies.

Description and workarounds for this issue are available here: https://github.com/microsoft/vstest/issues/4516

Full Changelog: https://github.com/microsoft/vstest/compare/v17.6.1...v17.6.2

Artifacts
TestPlatform vsix: 17.6.2
Microsoft.TestPlatform.ObjectModel : 17.6.2

v17.6.1

Issues Fixed

This is a tiny patch to fixup few latest issues,

Internal updates:

Full Changelog: https://github.com/microsoft/vstest/compare/v17.6.0...v17.6.1

Artifacts
  • TestPlatform vsix: 17.6.1
  • Microsoft.TestPlatform.ObjectModel : 17.6.1

v17.6.0

See the release notes here.

v17.5.0

See the release notes here.

v17.4.1

See the release notes here.

v17.4.0

See the release notes here.

v17.3.3

See the release notes here.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | nuget | minor | `17.3.2` -> `17.7.0` | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.7.0`](https://github.com/microsoft/vstest/releases/tag/v17.7.0) ##### Issues Fixed - RTM build fix - \[rel/17.7] Fix branding on 17.7-release [#&#8203;4615](https://github.com/microsoft/vstest/pull/4615) - Externals final 17.7 upgrade [#&#8203;4565](https://github.com/microsoft/vstest/pull/4565) - "Snap" main to rel/17.7 [#&#8203;4558](https://github.com/microsoft/vstest/pull/4558) - Disable pre-start of testhosts [#&#8203;4554](https://github.com/microsoft/vstest/pull/4554) - Downgrade Nuget.Frameworks to 6.5.0 [#&#8203;4512](https://github.com/microsoft/vstest/pull/4512) - Update Nuget.Frameworks [#&#8203;4500](https://github.com/microsoft/vstest/pull/4500) - Fix hangdump running into crashdump [#&#8203;4480](https://github.com/microsoft/vstest/pull/4480) - Fix no-suitable provider found [#&#8203;4474](https://github.com/microsoft/vstest/pull/4474) - Fix Newtonsoft versions in testhost.deps.json [#&#8203;4372](https://github.com/microsoft/vstest/pull/4372) - Bumped TP version to 17.7.0 ([#&#8203;4346](https://github.com/microsoft/vstest/issues/4346)) **Full Changelog**: [here](https://github.com/microsoft/vstest/compare/v17.6.3...v17.7.0) ##### Drops - Microsoft.TestPlatform.ObjectModel : [v17.7.0](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.7.0) ### [`v17.6.3`](https://github.com/microsoft/vstest/releases/tag/v17.6.3) ##### Issues Fixed - \[rel/17.6] Update version to 17.6.3 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;4555](https://github.com/microsoft/vstest/pull/4555) - \[rel/17.6] Disable pre-start of testhosts by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;4554](https://github.com/microsoft/vstest/pull/4554) **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.6.2...v17.6.3 ##### Artifacts - TestPlatform vsix: [17.6.3](https://vsdrop.corp.microsoft.com/file/v1/Products/DevDiv/microsoft/vstest/17.6/20230627-01;/TestPlatform.vsix) - Microsoft.TestPlatform.ObjectModel : [17.6.3](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.6.3) ### [`v17.6.2`](https://github.com/microsoft/vstest/releases/tag/v17.6.2) #### Fixes This patch addresses the problems that were introduced in 17.6.0 that happen when running on AzDo with the default *test*.dll filter, which includes additional TestPlatform dlls into the run and fails it. To mitigate this issue we solved the bug in 17.6.1, and added additional exclusions for known assemblies that are coming from TestPlatform and commonly used test adapters, to avoid trying to run tests from those assemblies. Description and workarounds for this issue are available here: https://github.com/microsoft/vstest/issues/4516 - \[rel/17.6] Downgrade Nuget.Frameworks to 6.5.0 by [@&#8203;nohwnd](https://github.com/nohwnd) in https://github.com/microsoft/vstest/pull/4512 - \[rel/17.6] Filter out known platform sources by [@&#8203;nohwnd](https://github.com/nohwnd) in https://github.com/microsoft/vstest/pull/4517 - \[rel/17.6] Exclude also known resource dlls by [@&#8203;Evangelink](https://github.com/Evangelink) in https://github.com/microsoft/vstest/pull/4528 **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.6.1...v17.6.2 Artifacts TestPlatform vsix: [17.6.2](https://vsdrop.corp.microsoft.com/file/v1/Products/DevDiv/microsoft/vstest/17.6/v17.6.2;/TestPlatform.vsix) Microsoft.TestPlatform.ObjectModel : [17.6.2](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.6.2) ### [`v17.6.1`](https://github.com/microsoft/vstest/releases/tag/v17.6.1) ##### Issues Fixed This is a tiny patch to fixup few latest issues, - Fix no-suitable provider found by [@&#8203;nohwnd](https://github.com/nohwnd) in https://github.com/microsoft/vstest/pull/4474 which fixes [#&#8203;4467](https://github.com/microsoft/vstest/issues/4467) When .NET Portable or .NET Standard dlls are provided to the run, the run crashes with "No suitable test runtime provider was found", which is a regression introduced in 17.6.0. ![](https://user-images.githubusercontent.com/11354648/239257444-4199e185-4884-43c8-9f23-4f8181572191.png) - Fix hangdump running into crashdump by [@&#8203;nohwnd](https://github.com/nohwnd) in https://github.com/microsoft/vstest/pull/4480 which fixes [#&#8203;4378](https://github.com/microsoft/vstest/issues/4378) Running --blame-hang and --blame-crash at the same time, can result in --blame-hang cancelling --blame-crash, and killing the testhost in the process, resulting in no dumps being created. This fix waits for --blame-crash to finish dumping the process, and then it creates hang dump. - Update Nuget.Frameworks by [@&#8203;nohwnd](https://github.com/nohwnd) in https://github.com/microsoft/vstest/pull/4500 which fixes [#&#8203;4409](https://github.com/microsoft/vstest/issues/4409) ##### Internal updates: - Update dependencies from devdiv/DevDiv/vs-code-coverage by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in https://github.com/microsoft/vstest/pull/4479 - Disable internal build on new pipeline by [@&#8203;nohwnd](https://github.com/nohwnd) in https://github.com/microsoft/vstest/pull/4476 **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.6.0...v17.6.1 ##### Artifacts - TestPlatform vsix: [17.6.1](https://vsdrop.corp.microsoft.com/file/v1/Products/DevDiv/microsoft/vstest/17.6/v17.6.1;/TestPlatform.vsix) - Microsoft.TestPlatform.ObjectModel : [17.6.1](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.6.1) ### [`v17.6.0`](https://github.com/microsoft/vstest/releases/tag/v17.6.0) See the release notes [here](https://github.com/microsoft/vstest/blob/main/docs/releases.md#1760). ### [`v17.5.0`](https://github.com/microsoft/vstest/releases/tag/v17.5.0) See the release notes [here](https://github.com/microsoft/vstest/blob/main/docs/releases.md#1750). ### [`v17.4.1`](https://github.com/microsoft/vstest/releases/tag/v17.4.1) See the release notes [here](https://github.com/microsoft/vstest/blob/main/docs/releases.md#1741). ### [`v17.4.0`](https://github.com/microsoft/vstest/releases/tag/v17.4.0) See the release notes [here](https://github.com/microsoft/vstest-docs/blob/main/docs/releases.md#1740). ### [`v17.3.3`](https://github.com/microsoft/vstest/releases/tag/v17.3.3) See the release notes [here](https://github.com/microsoft/vstest/blob/main/docs/releases.md#1733). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zMy41IiwidXBkYXRlZEluVmVyIjoiMzYuMzMuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate-bot added 1 commit 2023-08-06 11:44:34 +00:00
renovate-bot force-pushed renovate/microsoft.net.test.sdk-17.x from 1f3121849d to b530990796 2023-08-06 11:47:10 +00:00 Compare
renovate-bot force-pushed renovate/microsoft.net.test.sdk-17.x from b530990796 to 63041affb0 2023-08-06 11:48:00 +00:00 Compare
rainote merged commit 20937f14b2 into master 2023-08-06 11:48:33 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: wonderking/continuity#7
No description provided.