From 6e7b2c2fa04e35f66b5fc491cdbdd152223f9ce1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 04:11:00 +0000 Subject: [PATCH] Update dependency Microsoft.NET.Test.Sdk to v17.6.2 (#733) 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.1` -> `17.6.2` | --- ### Release Notes
microsoft/vstest ### [`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: [https://github.com/microsoft/vstest/issues/4516](https://togithub.com/microsoft/vstest/issues/4516) - \[rel/17.6] Downgrade Nuget.Frameworks to 6.5.0 by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4512](https://togithub.com/microsoft/vstest/pull/4512) - \[rel/17.6] Filter out known platform sources by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4517](https://togithub.com/microsoft/vstest/pull/4517) - \[rel/17.6] Exclude also known resource dlls by [@​Evangelink](https://togithub.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4528](https://togithub.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)
--- ### 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 92f1ff319..3feec22a6 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 8ecfb23e6..85d1961ca 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 d5ce567aa..f8abd8d3c 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 51b923208..ef5b57cbc 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 150960546..90ea54c6b 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 a4fbfc4d6..343912157 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 199f8b03e..d8015fdc5 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 @@ - +