From a8fd814095a6981e0dd8795b6cf28f4026458ad8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 22:51:06 +0000 Subject: [PATCH] Update dependency Microsoft.NET.Test.Sdk to v17.6.1 (#731) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
microsoft/vstest ### [`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 [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4474](https://togithub.com/microsoft/vstest/pull/4474) which fixes [#​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 [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4480](https://togithub.com/microsoft/vstest/pull/4480) which fixes [#​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 [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4500](https://togithub.com/microsoft/vstest/pull/4500) which fixes [#​4409](https://togithub.com/microsoft/vstest/issues/4409) ##### Internal updates: - Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in [https://github.com/microsoft/vstest/pull/4479](https://togithub.com/microsoft/vstest/pull/4479) - Disable internal build on new pipeline by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4476](https://togithub.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)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Tests/Orso.Arpa.Api.Tests/Orso.Arpa.Api.Tests.csproj | 2 +- .../Orso.Arpa.Application.Tests.csproj | 2 +- Tests/Orso.Arpa.Domain.Tests/Orso.Arpa.Domain.Tests.csproj | 2 +- .../Orso.Arpa.Infrastructure.Tests.csproj | 2 +- Tests/Orso.Arpa.Mail.Tests/Orso.Arpa.Mail.Tests.csproj | 2 +- Tests/Orso.Arpa.Misc.Tests/Orso.Arpa.Misc.Tests.csproj | 2 +- .../Orso.Arpa.Persistence.Tests.csproj | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Tests/Orso.Arpa.Api.Tests/Orso.Arpa.Api.Tests.csproj b/Tests/Orso.Arpa.Api.Tests/Orso.Arpa.Api.Tests.csproj index de784debd..92f1ff319 100644 --- a/Tests/Orso.Arpa.Api.Tests/Orso.Arpa.Api.Tests.csproj +++ b/Tests/Orso.Arpa.Api.Tests/Orso.Arpa.Api.Tests.csproj @@ -13,7 +13,7 @@ - + diff --git a/Tests/Orso.Arpa.Application.Tests/Orso.Arpa.Application.Tests.csproj b/Tests/Orso.Arpa.Application.Tests/Orso.Arpa.Application.Tests.csproj index 8ae802e3c..8ecfb23e6 100644 --- a/Tests/Orso.Arpa.Application.Tests/Orso.Arpa.Application.Tests.csproj +++ b/Tests/Orso.Arpa.Application.Tests/Orso.Arpa.Application.Tests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Tests/Orso.Arpa.Domain.Tests/Orso.Arpa.Domain.Tests.csproj b/Tests/Orso.Arpa.Domain.Tests/Orso.Arpa.Domain.Tests.csproj index d832c19f0..d5ce567aa 100644 --- a/Tests/Orso.Arpa.Domain.Tests/Orso.Arpa.Domain.Tests.csproj +++ b/Tests/Orso.Arpa.Domain.Tests/Orso.Arpa.Domain.Tests.csproj @@ -42,7 +42,7 @@ - + diff --git a/Tests/Orso.Arpa.Infrastructure.Tests/Orso.Arpa.Infrastructure.Tests.csproj b/Tests/Orso.Arpa.Infrastructure.Tests/Orso.Arpa.Infrastructure.Tests.csproj index a6039d0b2..51b923208 100644 --- a/Tests/Orso.Arpa.Infrastructure.Tests/Orso.Arpa.Infrastructure.Tests.csproj +++ b/Tests/Orso.Arpa.Infrastructure.Tests/Orso.Arpa.Infrastructure.Tests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Tests/Orso.Arpa.Mail.Tests/Orso.Arpa.Mail.Tests.csproj b/Tests/Orso.Arpa.Mail.Tests/Orso.Arpa.Mail.Tests.csproj index 1fa575561..150960546 100644 --- a/Tests/Orso.Arpa.Mail.Tests/Orso.Arpa.Mail.Tests.csproj +++ b/Tests/Orso.Arpa.Mail.Tests/Orso.Arpa.Mail.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/Tests/Orso.Arpa.Misc.Tests/Orso.Arpa.Misc.Tests.csproj b/Tests/Orso.Arpa.Misc.Tests/Orso.Arpa.Misc.Tests.csproj index bcaa82921..a4fbfc4d6 100644 --- a/Tests/Orso.Arpa.Misc.Tests/Orso.Arpa.Misc.Tests.csproj +++ b/Tests/Orso.Arpa.Misc.Tests/Orso.Arpa.Misc.Tests.csproj @@ -9,7 +9,7 @@ - + diff --git a/Tests/Orso.Arpa.Persistence.Tests/Orso.Arpa.Persistence.Tests.csproj b/Tests/Orso.Arpa.Persistence.Tests/Orso.Arpa.Persistence.Tests.csproj index 86cce75b8..199f8b03e 100644 --- a/Tests/Orso.Arpa.Persistence.Tests/Orso.Arpa.Persistence.Tests.csproj +++ b/Tests/Orso.Arpa.Persistence.Tests/Orso.Arpa.Persistence.Tests.csproj @@ -9,7 +9,7 @@ - +