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

[rel/17.6] Fix no-suitable provider found #4474

Merged
merged 1 commit into from May 23, 2023

Conversation

nohwnd
Copy link
Member

@nohwnd nohwnd commented May 22, 2023

Description

Add fixes that were not correctly merged in 17.6 in PR . This will pass only runnable sources (sources that have some test runtime provider) to the proxy execution/discovery manager, so when it tries to execute the source (and instantiate a new runtime provider for it) it will succeed rather than fail to resolve the provider.

https://github.com/microsoft/vstest/pull/3666/files#diff-1a8bafa7d283356b53d249b58c8c118f9e811003c7ddfa8e906a8fc4de1bef27L102-L112.

Related issue

Kindly link any related issues. E.g. Fixes #xyz.

Related #4467 (not marking as fix, too keep it active for fix in 17.7)

@Evangelink Evangelink enabled auto-merge (squash) May 22, 2023 14:19
@nohwnd
Copy link
Member Author

nohwnd commented May 22, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@nohwnd
Copy link
Member Author

nohwnd commented May 23, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@nohwnd nohwnd disabled auto-merge May 23, 2023 09:54
@nohwnd nohwnd merged commit 9333aa2 into microsoft:rel/17.6 May 23, 2023
4 of 7 checks passed
@nohwnd nohwnd deleted the Fix-no-suitable-provider-17.6 branch May 23, 2023 09:54
vbreuss pushed a commit to Testably/Testably.Abstractions that referenced this pull request Jun 2, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
nuget | patch | `17.6.0` -> `17.6.1` |

---

### Release Notes

<details>
<summary>microsoft/vstest</summary>

###
[`v17.6.1`](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4474
which fixes
[#&#8203;4467](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4480
which fixes
[#&#8203;4378](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4500
which fixes
[#&#8203;4409](https://togithub.com/microsoft/vstest/issues/4409)

##### Internal updates:

- Update dependencies from devdiv/DevDiv/vs-code-coverage by
[@&#8203;dotnet-maestro](https://togithub.com/dotnet-maestro) in
[microsoft/vstest#4479
- Disable internal build on new pipeline by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4476

**Full Changelog**:
microsoft/vstest@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)

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Testably/Testably.Abstractions).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
vbreuss pushed a commit to Testably/Testably.Architecture.Rules that referenced this pull request Jun 2, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
nuget | patch | `17.6.0` -> `17.6.1` |

---

### Release Notes

<details>
<summary>microsoft/vstest</summary>

###
[`v17.6.1`](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4474
which fixes
[#&#8203;4467](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4480
which fixes
[#&#8203;4378](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4500
which fixes
[#&#8203;4409](https://togithub.com/microsoft/vstest/issues/4409)

##### Internal updates:

- Update dependencies from devdiv/DevDiv/vs-code-coverage by
[@&#8203;dotnet-maestro](https://togithub.com/dotnet-maestro) in
[microsoft/vstest#4479
- Disable internal build on new pipeline by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4476

**Full Changelog**:
microsoft/vstest@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)

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Testably/Testably.Architecture.Rules).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ThorstenSauter pushed a commit to ThorstenSauter/NoPlan that referenced this pull request Jun 3, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
nuget | patch | `17.6.0` -> `17.6.1` |
| [Verify.Xunit](https://togithub.com/VerifyTests/Verify) | nuget |
patch | `20.3.0` -> `20.3.1` |

---

### Release Notes

<details>
<summary>microsoft/vstest</summary>

###
[`v17.6.1`](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4474
which fixes
[#&#8203;4467](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4480
which fixes
[#&#8203;4378](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4500
which fixes
[#&#8203;4409](https://togithub.com/microsoft/vstest/issues/4409)

##### Internal updates:

- Update dependencies from devdiv/DevDiv/vs-code-coverage by
[@&#8203;dotnet-maestro](https://togithub.com/dotnet-maestro) in
[microsoft/vstest#4479
- Disable internal build on new pipeline by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4476

**Full Changelog**:
microsoft/vstest@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)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am" (UTC), 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/ThorstenSauter/NoPlan).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to orso-co/Orso.Arpa.Api that referenced this pull request Jun 4, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
nuget | patch | `17.6.0` -> `17.6.1` |

---

### Release Notes

<details>
<summary>microsoft/vstest</summary>

###
[`v17.6.1`](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4474
which fixes
[#&#8203;4467](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4480
which fixes
[#&#8203;4378](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4500
which fixes
[#&#8203;4409](https://togithub.com/microsoft/vstest/issues/4409)

##### Internal updates:

- Update dependencies from devdiv/DevDiv/vs-code-coverage by
[@&#8203;dotnet-maestro](https://togithub.com/dotnet-maestro) in
[microsoft/vstest#4479
- Disable internal build on new pipeline by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4476

**Full Changelog**:
microsoft/vstest@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)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Europe/Berlin, Automerge -
At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/orso-co/Orso.Arpa.Api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
vbreuss pushed a commit to Testably/Testably.Abstractions that referenced this pull request Jul 17, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
nuget | patch | `17.6.0` -> `17.6.3` |

---

### Release Notes

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.6.3`](https://togithub.com/microsoft/vstest/releases/tag/v17.6.3)

##### Issues Fixed

- \[rel/17.6] Update version to 17.6.3 by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4555](https://togithub.com/microsoft/vstest/pull/4555)
- \[rel/17.6] Disable pre-start of testhosts by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4554](https://togithub.com/microsoft/vstest/pull/4554)

**Full Changelog**:
microsoft/vstest@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://togithub.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:
[microsoft/vstest#4516

- \[rel/17.6] Downgrade Nuget.Frameworks to 6.5.0 by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4512
- \[rel/17.6] Filter out known platform sources by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4517
- \[rel/17.6] Exclude also known resource dlls by
[@&#8203;Evangelink](https://togithub.com/Evangelink) in
[microsoft/vstest#4528

**Full Changelog**:
microsoft/vstest@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://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4474
which fixes
[#&#8203;4467](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4480
which fixes
[#&#8203;4378](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4500
which fixes
[#&#8203;4409](https://togithub.com/microsoft/vstest/issues/4409)

##### Internal updates:

- Update dependencies from devdiv/DevDiv/vs-code-coverage by
[@&#8203;dotnet-maestro](https://togithub.com/dotnet-maestro) in
[microsoft/vstest#4479
- Disable internal build on new pipeline by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4476

**Full Changelog**:
microsoft/vstest@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)

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Testably/Testably.Abstractions).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjExIiwidXBkYXRlZEluVmVyIjoiMzYuOC4xMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
buehler pushed a commit to buehler/dotnet-operator-sdk that referenced this pull request Sep 26, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
`17.6.0` -> `17.7.2` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.6.0/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.6.0/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.7.2`](https://togithub.com/microsoft/vstest/releases/tag/v17.7.2)

#### What's Changed

- Fix cannot find System.Text.Json by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4669

**Full Changelog**:
microsoft/vstest@v17.7.1...v17.7.2

###
[`v17.7.1`](https://togithub.com/microsoft/vstest/releases/tag/v17.7.1)

#### What's Changed

- Take System dlls from testhost folder to fix running .NET Framework
dlls on mono and under VS on Mac in
[#&#8203;4610](https://togithub.com/microsoft/vstest/issues/4610) by
[@&#8203;Evangelink](https://togithub.com/Evangelink)
- Fix hangs in parallel execution and discovery in
[#&#8203;4629](https://togithub.com/microsoft/vstest/issues/4629) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)
- Fix executable bitness for testhost.x86 in
[#&#8203;4654](https://togithub.com/microsoft/vstest/issues/4654) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)

**Full Changelog**:
microsoft/vstest@v17.7.0...v17.7.1

###
[`v17.7.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.7.0)

> ⚠️ Microsoft.TestPlatform 17.7.0 nuget package is hidden from
Nuget.org, we've encountered an unexpected issue with versioning which
prevents it from being used in all AzDO clients. We are working on a
fix.

The most pressing issues were all backported to
[17.6.1](https://togithub.com/microsoft/vstest/releases/tag/v17.6.1),
[17.6.2](https://togithub.com/microsoft/vstest/releases/tag/v17.6.2) and
[17.6.3](https://togithub.com/microsoft/vstest/releases/tag/v17.6.3).

#### Issues fixed (since 17.6.3)

- Don't print socket transport error in console by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4493](https://togithub.com/microsoft/vstest/issues/4493) which
fixes [#&#8203;4461](https://togithub.com/microsoft/vstest/issues/4461)
    When testhost crashes, we no longer print the transport error:

---> System.Exception: Unable to read data from the transport
connection:
An existing connection was forcibly closed by the remote host..

This error is a side-effect or our architecture is almost never the
culprit. Instead it leads developers away from the actual issue which is
crash of testhost, or datacollector.

- Pass workloads to proxy managers in
[#&#8203;4422](https://togithub.com/microsoft/vstest/issues/4422) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)
Which allows datacollector users to only receive the sources that are
currently running in the testhost associated to datacollector, instead
of all the sources that have the same target framework.

- Fix Newtonsoft versions in testhost.deps.json in
[#&#8203;4367](https://togithub.com/microsoft/vstest/issues/4367) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)
testhost.runtimeconfig.json files that we ship with testhost contained
an old version of Newtonsoft.Json. The version in this file does not
have an effect on execution, but some compliance tools statically
analyze it and report possible vulnerabilities.

Other fixes:

- Replacing calls to BuildMultipleAssemblyPath when passing only one
source in acceptance tests in
[#&#8203;4358](https://togithub.com/microsoft/vstest/issues/4358) by
[@&#8203;daveMueller](https://togithub.com/daveMueller)
- Check for null Path in
[#&#8203;4391](https://togithub.com/microsoft/vstest/issues/4391) by
[@&#8203;lewing](https://togithub.com/lewing)
- Remove unused variable in
[#&#8203;4425](https://togithub.com/microsoft/vstest/issues/4425) by
[@&#8203;mthalman](https://togithub.com/mthalman)
- Fix execution gets stucks on single netstandard source by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4497](https://togithub.com/microsoft/vstest/issues/4497) which
fixes [#&#8203;4392](https://togithub.com/microsoft/vstest/issues/4392)
- TestObject use ConcurrentDictionary instead of Dictionary in
[#&#8203;4450](https://togithub.com/microsoft/vstest/issues/4450) by
[@&#8203;Evangelink](https://togithub.com/Evangelink)
- Drop usage of Microsoft.Internal.TestPlatform.Remote in
[#&#8203;4456](https://togithub.com/microsoft/vstest/issues/4456) by
[@&#8203;Evangelink](https://togithub.com/Evangelink)

Special thanks to [@&#8203;SimonCropp](https://togithub.com/SimonCropp)
for the many fixes regarding nullability spelling and code style in
[#&#8203;4518](https://togithub.com/microsoft/vstest/issues/4518),
[#&#8203;4520](https://togithub.com/microsoft/vstest/issues/4520),
[#&#8203;4525](https://togithub.com/microsoft/vstest/issues/4525),
[#&#8203;4526](https://togithub.com/microsoft/vstest/issues/4526),
[#&#8203;4521](https://togithub.com/microsoft/vstest/issues/4521),
[#&#8203;4519](https://togithub.com/microsoft/vstest/issues/4519),
[#&#8203;4522](https://togithub.com/microsoft/vstest/issues/4522),
[#&#8203;4529](https://togithub.com/microsoft/vstest/issues/4529) 🙇

**Full Changelog**:
microsoft/vstest@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://togithub.com/microsoft/vstest/releases/tag/v17.6.3)

##### Issues Fixed

- \[rel/17.6] Update version to 17.6.3 by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4555](https://togithub.com/microsoft/vstest/pull/4555)
- \[rel/17.6] Disable pre-start of testhosts by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4554](https://togithub.com/microsoft/vstest/pull/4554)

**Full Changelog**:
microsoft/vstest@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://togithub.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:
[microsoft/vstest#4516

- \[rel/17.6] Downgrade Nuget.Frameworks to 6.5.0 by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4512
- \[rel/17.6] Filter out known platform sources by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4517
- \[rel/17.6] Exclude also known resource dlls by
[@&#8203;Evangelink](https://togithub.com/Evangelink) in
[microsoft/vstest#4528

**Full Changelog**:
microsoft/vstest@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://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4474
which fixes
[#&#8203;4467](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4480
which fixes
[#&#8203;4378](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4500
which fixes
[#&#8203;4409](https://togithub.com/microsoft/vstest/issues/4409)

##### Internal updates:

- Update dependencies from devdiv/DevDiv/vs-code-coverage by
[@&#8203;dotnet-maestro](https://togithub.com/dotnet-maestro) in
[microsoft/vstest#4479
- Disable internal build on new pipeline by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4476

**Full Changelog**:
microsoft/vstest@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)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/buehler/dotnet-operator-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dariuszkuc pushed a commit to apollographql/federation-hotchocolate that referenced this pull request Oct 19, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
`17.1.0` -> `17.7.2` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.1.0/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.1.0/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.7.2`](https://togithub.com/microsoft/vstest/releases/tag/v17.7.2)

#### What's Changed

- Fix cannot find System.Text.Json by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4669

**Full Changelog**:
microsoft/vstest@v17.7.1...v17.7.2

###
[`v17.7.1`](https://togithub.com/microsoft/vstest/releases/tag/v17.7.1)

#### What's Changed

- Take System dlls from testhost folder to fix running .NET Framework
dlls on mono and under VS on Mac in
[#&#8203;4610](https://togithub.com/microsoft/vstest/issues/4610) by
[@&#8203;Evangelink](https://togithub.com/Evangelink)
- Fix hangs in parallel execution and discovery in
[#&#8203;4629](https://togithub.com/microsoft/vstest/issues/4629) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)
- Fix executable bitness for testhost.x86 in
[#&#8203;4654](https://togithub.com/microsoft/vstest/issues/4654) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)

**Full Changelog**:
microsoft/vstest@v17.7.0...v17.7.1

###
[`v17.7.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.7.0)

> ⚠️ Microsoft.TestPlatform 17.7.0 nuget package is hidden from
Nuget.org, we've encountered an unexpected issue with versioning which
prevents it from being used in all AzDO clients. We are working on a
fix.

The most pressing issues were all backported to
[17.6.1](https://togithub.com/microsoft/vstest/releases/tag/v17.6.1),
[17.6.2](https://togithub.com/microsoft/vstest/releases/tag/v17.6.2) and
[17.6.3](https://togithub.com/microsoft/vstest/releases/tag/v17.6.3).

#### Issues fixed (since 17.6.3)

- Don't print socket transport error in console by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4493](https://togithub.com/microsoft/vstest/issues/4493) which
fixes [#&#8203;4461](https://togithub.com/microsoft/vstest/issues/4461)
    When testhost crashes, we no longer print the transport error:

---> System.Exception: Unable to read data from the transport
connection:
An existing connection was forcibly closed by the remote host..

This error is a side-effect or our architecture is almost never the
culprit. Instead it leads developers away from the actual issue which is
crash of testhost, or datacollector.

- Pass workloads to proxy managers in
[#&#8203;4422](https://togithub.com/microsoft/vstest/issues/4422) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)
Which allows datacollector users to only receive the sources that are
currently running in the testhost associated to datacollector, instead
of all the sources that have the same target framework.

- Fix Newtonsoft versions in testhost.deps.json in
[#&#8203;4367](https://togithub.com/microsoft/vstest/issues/4367) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)
testhost.runtimeconfig.json files that we ship with testhost contained
an old version of Newtonsoft.Json. The version in this file does not
have an effect on execution, but some compliance tools statically
analyze it and report possible vulnerabilities.

Other fixes:

- Replacing calls to BuildMultipleAssemblyPath when passing only one
source in acceptance tests in
[#&#8203;4358](https://togithub.com/microsoft/vstest/issues/4358) by
[@&#8203;daveMueller](https://togithub.com/daveMueller)
- Check for null Path in
[#&#8203;4391](https://togithub.com/microsoft/vstest/issues/4391) by
[@&#8203;lewing](https://togithub.com/lewing)
- Remove unused variable in
[#&#8203;4425](https://togithub.com/microsoft/vstest/issues/4425) by
[@&#8203;mthalman](https://togithub.com/mthalman)
- Fix execution gets stucks on single netstandard source by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4497](https://togithub.com/microsoft/vstest/issues/4497) which
fixes [#&#8203;4392](https://togithub.com/microsoft/vstest/issues/4392)
- TestObject use ConcurrentDictionary instead of Dictionary in
[#&#8203;4450](https://togithub.com/microsoft/vstest/issues/4450) by
[@&#8203;Evangelink](https://togithub.com/Evangelink)
- Drop usage of Microsoft.Internal.TestPlatform.Remote in
[#&#8203;4456](https://togithub.com/microsoft/vstest/issues/4456) by
[@&#8203;Evangelink](https://togithub.com/Evangelink)

Special thanks to [@&#8203;SimonCropp](https://togithub.com/SimonCropp)
for the many fixes regarding nullability spelling and code style in
[#&#8203;4518](https://togithub.com/microsoft/vstest/issues/4518),
[#&#8203;4520](https://togithub.com/microsoft/vstest/issues/4520),
[#&#8203;4525](https://togithub.com/microsoft/vstest/issues/4525),
[#&#8203;4526](https://togithub.com/microsoft/vstest/issues/4526),
[#&#8203;4521](https://togithub.com/microsoft/vstest/issues/4521),
[#&#8203;4519](https://togithub.com/microsoft/vstest/issues/4519),
[#&#8203;4522](https://togithub.com/microsoft/vstest/issues/4522),
[#&#8203;4529](https://togithub.com/microsoft/vstest/issues/4529) 🙇

**Full Changelog**:
microsoft/vstest@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://togithub.com/microsoft/vstest/releases/tag/v17.6.3)

##### Issues Fixed

- \[rel/17.6] Update version to 17.6.3 by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4555](https://togithub.com/microsoft/vstest/pull/4555)
- \[rel/17.6] Disable pre-start of testhosts by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4554](https://togithub.com/microsoft/vstest/pull/4554)

**Full Changelog**:
microsoft/vstest@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://togithub.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:
[microsoft/vstest#4516

- \[rel/17.6] Downgrade Nuget.Frameworks to 6.5.0 by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4512
- \[rel/17.6] Filter out known platform sources by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4517
- \[rel/17.6] Exclude also known resource dlls by
[@&#8203;Evangelink](https://togithub.com/Evangelink) in
[microsoft/vstest#4528

**Full Changelog**:
microsoft/vstest@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://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4474
which fixes
[#&#8203;4467](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4480
which fixes
[#&#8203;4378](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4500
which fixes
[#&#8203;4409](https://togithub.com/microsoft/vstest/issues/4409)

##### Internal updates:

- Update dependencies from devdiv/DevDiv/vs-code-coverage by
[@&#8203;dotnet-maestro](https://togithub.com/dotnet-maestro) in
[microsoft/vstest#4479
- Disable internal build on new pipeline by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4476

**Full Changelog**:
microsoft/vstest@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://togithub.com/microsoft/vstest/releases/tag/v17.6.0)

See the release notes
[here](https://togithub.com/microsoft/vstest/blob/main/docs/releases.md#1760).

###
[`v17.5.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.5.0)

See the release notes
[here](https://togithub.com/microsoft/vstest/blob/main/docs/releases.md#1750).

###
[`v17.4.1`](https://togithub.com/microsoft/vstest/releases/tag/v17.4.1)

See the release notes
[here](https://togithub.com/microsoft/vstest/blob/main/docs/releases.md#1741).

###
[`v17.4.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.4.0)

See the release notes
[here](https://togithub.com/microsoft/vstest-docs/blob/main/docs/releases.md#1740).

###
[`v17.3.3`](https://togithub.com/microsoft/vstest/releases/tag/v17.3.3)

See the release notes
[here](https://togithub.com/microsoft/vstest/blob/main/docs/releases.md#1733).

###
[`v17.3.2`](https://togithub.com/microsoft/vstest/releases/tag/v17.3.2)

See the release notes
[here](https://togithub.com/microsoft/vstest-docs/blob/main/docs/releases.md#1732).

###
[`v17.3.1`](https://togithub.com/microsoft/vstest/releases/tag/v17.3.1)

See the release notes
[here](https://togithub.com/microsoft/vstest-docs/blob/main/docs/releases.md#1731).

###
[`v17.3.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.3.0)

See the release notes
[here](https://togithub.com/microsoft/vstest-docs/blob/main/docs/releases.md#1730).

###
[`v17.2.1`](https://togithub.com/microsoft/vstest/releases/tag/v17.2.1)

See the release notes
[here](https://togithub.com/microsoft/vstest/blob/main/docs/releases.md#1721).

###
[`v17.2.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.2.0)

See the release notes
[here](https://togithub.com/microsoft/vstest-docs/blob/main/docs/releases.md#1720).

</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.

---

- [x] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/apollographql/federation-hotchocolate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
buehler pushed a commit to buehler/dotnet-operator-sdk that referenced this pull request Jan 17, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
`17.6.0` -> `17.7.2` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.6.0/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.6.0/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.7.2`](https://togithub.com/microsoft/vstest/releases/tag/v17.7.2)

#### What's Changed

- Fix cannot find System.Text.Json by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4669

**Full Changelog**:
microsoft/vstest@v17.7.1...v17.7.2

###
[`v17.7.1`](https://togithub.com/microsoft/vstest/releases/tag/v17.7.1)

#### What's Changed

- Take System dlls from testhost folder to fix running .NET Framework
dlls on mono and under VS on Mac in
[#&#8203;4610](https://togithub.com/microsoft/vstest/issues/4610) by
[@&#8203;Evangelink](https://togithub.com/Evangelink)
- Fix hangs in parallel execution and discovery in
[#&#8203;4629](https://togithub.com/microsoft/vstest/issues/4629) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)
- Fix executable bitness for testhost.x86 in
[#&#8203;4654](https://togithub.com/microsoft/vstest/issues/4654) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)

**Full Changelog**:
microsoft/vstest@v17.7.0...v17.7.1

###
[`v17.7.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.7.0)

> ⚠️ Microsoft.TestPlatform 17.7.0 nuget package is hidden from
Nuget.org, we've encountered an unexpected issue with versioning which
prevents it from being used in all AzDO clients. We are working on a
fix.

The most pressing issues were all backported to
[17.6.1](https://togithub.com/microsoft/vstest/releases/tag/v17.6.1),
[17.6.2](https://togithub.com/microsoft/vstest/releases/tag/v17.6.2) and
[17.6.3](https://togithub.com/microsoft/vstest/releases/tag/v17.6.3).

#### Issues fixed (since 17.6.3)

- Don't print socket transport error in console by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4493](https://togithub.com/microsoft/vstest/issues/4493) which
fixes [#&#8203;4461](https://togithub.com/microsoft/vstest/issues/4461)
    When testhost crashes, we no longer print the transport error:

---> System.Exception: Unable to read data from the transport
connection:
An existing connection was forcibly closed by the remote host..

This error is a side-effect or our architecture is almost never the
culprit. Instead it leads developers away from the actual issue which is
crash of testhost, or datacollector.

- Pass workloads to proxy managers in
[#&#8203;4422](https://togithub.com/microsoft/vstest/issues/4422) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)
Which allows datacollector users to only receive the sources that are
currently running in the testhost associated to datacollector, instead
of all the sources that have the same target framework.

- Fix Newtonsoft versions in testhost.deps.json in
[#&#8203;4367](https://togithub.com/microsoft/vstest/issues/4367) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)
testhost.runtimeconfig.json files that we ship with testhost contained
an old version of Newtonsoft.Json. The version in this file does not
have an effect on execution, but some compliance tools statically
analyze it and report possible vulnerabilities.

Other fixes:

- Replacing calls to BuildMultipleAssemblyPath when passing only one
source in acceptance tests in
[#&#8203;4358](https://togithub.com/microsoft/vstest/issues/4358) by
[@&#8203;daveMueller](https://togithub.com/daveMueller)
- Check for null Path in
[#&#8203;4391](https://togithub.com/microsoft/vstest/issues/4391) by
[@&#8203;lewing](https://togithub.com/lewing)
- Remove unused variable in
[#&#8203;4425](https://togithub.com/microsoft/vstest/issues/4425) by
[@&#8203;mthalman](https://togithub.com/mthalman)
- Fix execution gets stucks on single netstandard source by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4497](https://togithub.com/microsoft/vstest/issues/4497) which
fixes [#&#8203;4392](https://togithub.com/microsoft/vstest/issues/4392)
- TestObject use ConcurrentDictionary instead of Dictionary in
[#&#8203;4450](https://togithub.com/microsoft/vstest/issues/4450) by
[@&#8203;Evangelink](https://togithub.com/Evangelink)
- Drop usage of Microsoft.Internal.TestPlatform.Remote in
[#&#8203;4456](https://togithub.com/microsoft/vstest/issues/4456) by
[@&#8203;Evangelink](https://togithub.com/Evangelink)

Special thanks to [@&#8203;SimonCropp](https://togithub.com/SimonCropp)
for the many fixes regarding nullability spelling and code style in
[#&#8203;4518](https://togithub.com/microsoft/vstest/issues/4518),
[#&#8203;4520](https://togithub.com/microsoft/vstest/issues/4520),
[#&#8203;4525](https://togithub.com/microsoft/vstest/issues/4525),
[#&#8203;4526](https://togithub.com/microsoft/vstest/issues/4526),
[#&#8203;4521](https://togithub.com/microsoft/vstest/issues/4521),
[#&#8203;4519](https://togithub.com/microsoft/vstest/issues/4519),
[#&#8203;4522](https://togithub.com/microsoft/vstest/issues/4522),
[#&#8203;4529](https://togithub.com/microsoft/vstest/issues/4529) 🙇

**Full Changelog**:
microsoft/vstest@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://togithub.com/microsoft/vstest/releases/tag/v17.6.3)

##### Issues Fixed

- \[rel/17.6] Update version to 17.6.3 by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4555](https://togithub.com/microsoft/vstest/pull/4555)
- \[rel/17.6] Disable pre-start of testhosts by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4554](https://togithub.com/microsoft/vstest/pull/4554)

**Full Changelog**:
microsoft/vstest@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://togithub.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:
[microsoft/vstest#4516

- \[rel/17.6] Downgrade Nuget.Frameworks to 6.5.0 by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4512
- \[rel/17.6] Filter out known platform sources by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4517
- \[rel/17.6] Exclude also known resource dlls by
[@&#8203;Evangelink](https://togithub.com/Evangelink) in
[microsoft/vstest#4528

**Full Changelog**:
microsoft/vstest@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://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4474
which fixes
[#&#8203;4467](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4480
which fixes
[#&#8203;4378](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4500
which fixes
[#&#8203;4409](https://togithub.com/microsoft/vstest/issues/4409)

##### Internal updates:

- Update dependencies from devdiv/DevDiv/vs-code-coverage by
[@&#8203;dotnet-maestro](https://togithub.com/dotnet-maestro) in
[microsoft/vstest#4479
- Disable internal build on new pipeline by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4476

**Full Changelog**:
microsoft/vstest@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)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/buehler/dotnet-operator-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
buehler pushed a commit to buehler/dotnet-operator-sdk that referenced this pull request Jan 17, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
`17.6.0` -> `17.7.2` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.6.0/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.6.0/17.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.7.2`](https://togithub.com/microsoft/vstest/releases/tag/v17.7.2)

#### What's Changed

- Fix cannot find System.Text.Json by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4669

**Full Changelog**:
microsoft/vstest@v17.7.1...v17.7.2

###
[`v17.7.1`](https://togithub.com/microsoft/vstest/releases/tag/v17.7.1)

#### What's Changed

- Take System dlls from testhost folder to fix running .NET Framework
dlls on mono and under VS on Mac in
[#&#8203;4610](https://togithub.com/microsoft/vstest/issues/4610) by
[@&#8203;Evangelink](https://togithub.com/Evangelink)
- Fix hangs in parallel execution and discovery in
[#&#8203;4629](https://togithub.com/microsoft/vstest/issues/4629) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)
- Fix executable bitness for testhost.x86 in
[#&#8203;4654](https://togithub.com/microsoft/vstest/issues/4654) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)

**Full Changelog**:
microsoft/vstest@v17.7.0...v17.7.1

###
[`v17.7.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.7.0)

> ⚠️ Microsoft.TestPlatform 17.7.0 nuget package is hidden from
Nuget.org, we've encountered an unexpected issue with versioning which
prevents it from being used in all AzDO clients. We are working on a
fix.

The most pressing issues were all backported to
[17.6.1](https://togithub.com/microsoft/vstest/releases/tag/v17.6.1),
[17.6.2](https://togithub.com/microsoft/vstest/releases/tag/v17.6.2) and
[17.6.3](https://togithub.com/microsoft/vstest/releases/tag/v17.6.3).

#### Issues fixed (since 17.6.3)

- Don't print socket transport error in console by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4493](https://togithub.com/microsoft/vstest/issues/4493) which
fixes [#&#8203;4461](https://togithub.com/microsoft/vstest/issues/4461)
    When testhost crashes, we no longer print the transport error:

---> System.Exception: Unable to read data from the transport
connection:
An existing connection was forcibly closed by the remote host..

This error is a side-effect or our architecture is almost never the
culprit. Instead it leads developers away from the actual issue which is
crash of testhost, or datacollector.

- Pass workloads to proxy managers in
[#&#8203;4422](https://togithub.com/microsoft/vstest/issues/4422) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)
Which allows datacollector users to only receive the sources that are
currently running in the testhost associated to datacollector, instead
of all the sources that have the same target framework.

- Fix Newtonsoft versions in testhost.deps.json in
[#&#8203;4367](https://togithub.com/microsoft/vstest/issues/4367) by
[@&#8203;nohwnd](https://togithub.com/nohwnd)
testhost.runtimeconfig.json files that we ship with testhost contained
an old version of Newtonsoft.Json. The version in this file does not
have an effect on execution, but some compliance tools statically
analyze it and report possible vulnerabilities.

Other fixes:

- Replacing calls to BuildMultipleAssemblyPath when passing only one
source in acceptance tests in
[#&#8203;4358](https://togithub.com/microsoft/vstest/issues/4358) by
[@&#8203;daveMueller](https://togithub.com/daveMueller)
- Check for null Path in
[#&#8203;4391](https://togithub.com/microsoft/vstest/issues/4391) by
[@&#8203;lewing](https://togithub.com/lewing)
- Remove unused variable in
[#&#8203;4425](https://togithub.com/microsoft/vstest/issues/4425) by
[@&#8203;mthalman](https://togithub.com/mthalman)
- Fix execution gets stucks on single netstandard source by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4497](https://togithub.com/microsoft/vstest/issues/4497) which
fixes [#&#8203;4392](https://togithub.com/microsoft/vstest/issues/4392)
- TestObject use ConcurrentDictionary instead of Dictionary in
[#&#8203;4450](https://togithub.com/microsoft/vstest/issues/4450) by
[@&#8203;Evangelink](https://togithub.com/Evangelink)
- Drop usage of Microsoft.Internal.TestPlatform.Remote in
[#&#8203;4456](https://togithub.com/microsoft/vstest/issues/4456) by
[@&#8203;Evangelink](https://togithub.com/Evangelink)

Special thanks to [@&#8203;SimonCropp](https://togithub.com/SimonCropp)
for the many fixes regarding nullability spelling and code style in
[#&#8203;4518](https://togithub.com/microsoft/vstest/issues/4518),
[#&#8203;4520](https://togithub.com/microsoft/vstest/issues/4520),
[#&#8203;4525](https://togithub.com/microsoft/vstest/issues/4525),
[#&#8203;4526](https://togithub.com/microsoft/vstest/issues/4526),
[#&#8203;4521](https://togithub.com/microsoft/vstest/issues/4521),
[#&#8203;4519](https://togithub.com/microsoft/vstest/issues/4519),
[#&#8203;4522](https://togithub.com/microsoft/vstest/issues/4522),
[#&#8203;4529](https://togithub.com/microsoft/vstest/issues/4529) 🙇

**Full Changelog**:
microsoft/vstest@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://togithub.com/microsoft/vstest/releases/tag/v17.6.3)

##### Issues Fixed

- \[rel/17.6] Update version to 17.6.3 by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4555](https://togithub.com/microsoft/vstest/pull/4555)
- \[rel/17.6] Disable pre-start of testhosts by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[#&#8203;4554](https://togithub.com/microsoft/vstest/pull/4554)

**Full Changelog**:
microsoft/vstest@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://togithub.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:
[microsoft/vstest#4516

- \[rel/17.6] Downgrade Nuget.Frameworks to 6.5.0 by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4512
- \[rel/17.6] Filter out known platform sources by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4517
- \[rel/17.6] Exclude also known resource dlls by
[@&#8203;Evangelink](https://togithub.com/Evangelink) in
[microsoft/vstest#4528

**Full Changelog**:
microsoft/vstest@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://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4474
which fixes
[#&#8203;4467](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4480
which fixes
[#&#8203;4378](https://togithub.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://togithub.com/nohwnd) in
[microsoft/vstest#4500
which fixes
[#&#8203;4409](https://togithub.com/microsoft/vstest/issues/4409)

##### Internal updates:

- Update dependencies from devdiv/DevDiv/vs-code-coverage by
[@&#8203;dotnet-maestro](https://togithub.com/dotnet-maestro) in
[microsoft/vstest#4479
- Disable internal build on new pipeline by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4476

**Full Changelog**:
microsoft/vstest@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)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/buehler/dotnet-operator-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants