-
Notifications
You must be signed in to change notification settings - Fork 323
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
Forward standard output of testhost #4998
Conversation
{ | ||
_communicationManager = communicationManager; | ||
_dataSerializer = dataSerializer; | ||
_platformEnvironment = platformEnvironment; | ||
_testSessionMessageLogger = TestSessionMessageLogger.Instance; | ||
_forwardOutput = !FeatureFlag.Instance.IsSet(FeatureFlag.VSTEST_DISABLE_STANDARD_OUTPUT_FORWARDING); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have runsettings here yet, this is just to be extra sure this behavior can be disabled. Normally user would provide settings to disable the forwarder downstream, and there would be no data to forward.
@@ -16,7 +16,7 @@ public ExtensionDecoratorFactory(IFeatureFlag featureFlag) | |||
|
|||
public ITestExecutor Decorate(ITestExecutor originalTestExecutor) | |||
{ | |||
return _featureFlag.IsSet(FeatureFlag.DISABLE_SERIALTESTRUN_DECORATOR) | |||
return _featureFlag.IsSet(FeatureFlag.VSTEST_DISABLE_SERIALTESTRUN_DECORATOR) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for mixing changes, but having the names defined as prefix VSTEST_
and and name DISABLE_SERIALTESTRUN_DECORATOR
that you actually see here in the code was confusing me on multiple occasions where I forgot to put the vstest_
before the flag.
This is not a breaking change, because the flags are string constants so they are emitted directly into the consuming assembly, and the content of this const did not change.
Draft because I want to add a test or two. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am surprised by the added test that is disabled directly. Can we run it manually?
Could be worth having a test asset for xUnit and NUnit just as some safetynet that this works for all 3.
test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DotnetTestTests.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving again. I still think it'd be worth being belt and braces with an xUnit and NUnit test assets.
We are capturing process output, if the test framework lets the output to pass through we will capture it. There is no cooperation from the framework needed, as long as the output is able to reach the process output. |
[![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://github.com/microsoft/vstest) | `17.10.0` -> `17.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.11.0`](https://github.com/microsoft/vstest/releases/tag/v17.11.0) #### What's Changed - Add reference to the AdapterUtilities library in the spec docs. by [@​peterwald](https://github.com/peterwald) in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - Stack trace when localized, and new messages by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4944](https://github.com/microsoft/vstest/pull/4944) - Fix single quote and space in F# pretty methods by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4969](https://github.com/microsoft/vstest/pull/4969) - Update .NET runtimes to latest patch version by [@​Evangelink](https://github.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4975](https://github.com/microsoft/vstest/pull/4975) - Update dotnetcoretests.md by [@​DickBaker](https://github.com/DickBaker) in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - Add list of known TestingPlatform dlls by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4983](https://github.com/microsoft/vstest/pull/4983) - Update framework version used for testing, and test matrix by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4970](https://github.com/microsoft/vstest/pull/4970) - Add output forwarding for .NET by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4988](https://github.com/microsoft/vstest/pull/4988) - Remove usage of pt images before decomissioning by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4994](https://github.com/microsoft/vstest/pull/4994) - chore: Add more details to acquistion section. by [@​voroninp](https://github.com/voroninp) in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - Simplify banner by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5013](https://github.com/microsoft/vstest/pull/5013) - Forward standard output of testhost by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4998](https://github.com/microsoft/vstest/pull/4998) - Add missing copyright header by [@​MichaelSimons](https://github.com/MichaelSimons) in [https://github.com/microsoft/vstest/pull/5020](https://github.com/microsoft/vstest/pull/5020) - Add option to not share .NET Framework testhosts by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5018](https://github.com/microsoft/vstest/pull/5018) - GetTypesToLoad Attribute cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5054](https://github.com/microsoft/vstest/pull/5054) - rawArgument in GetArgumentList cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5056](https://github.com/microsoft/vstest/pull/5056) - fix Atribute typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5057](https://github.com/microsoft/vstest/pull/5057) - remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5058](https://github.com/microsoft/vstest/pull/5058) - fix incompatiblity typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5059](https://github.com/microsoft/vstest/pull/5059) - remove redundant inline method in IsPlatformIncompatible by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5060](https://github.com/microsoft/vstest/pull/5060) - fix Sucess typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5061](https://github.com/microsoft/vstest/pull/5061) - use some null coalescing by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5062](https://github.com/microsoft/vstest/pull/5062) - Add cts into friends of TranslationLayer by [@​jakubch1](https://github.com/jakubch1) in [https://github.com/microsoft/vstest/pull/5075](https://github.com/microsoft/vstest/pull/5075) - Use built in sha1 for id generation by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5081](https://github.com/microsoft/vstest/pull/5081) - All output in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5083](https://github.com/microsoft/vstest/pull/5083) - Ignore env test by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5095](https://github.com/microsoft/vstest/pull/5095) - Dispose XmlReader in XmlRunSettingsUtilities by [@​omajid](https://github.com/omajid) in [https://github.com/microsoft/vstest/pull/5094](https://github.com/microsoft/vstest/pull/5094) - Bump to macos-12 build image by [@​akoeplinger](https://github.com/akoeplinger) in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) - Handle ansi escape in terminal logger reporter by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5084](https://github.com/microsoft/vstest/pull/5084) - remove disable interactive auth by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5110](https://github.com/microsoft/vstest/pull/5110) - Error output as info in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5113](https://github.com/microsoft/vstest/pull/5113) - Write dll instead of target on abort, rename errors by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5115](https://github.com/microsoft/vstest/pull/5115) - - \[rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://github.com/dotnet-maestro) in [https://github.com/microsoft/vstest/pull/5152](https://github.com/microsoft/vstest/pull/5152) #### New Contributors - [@​peterwald](https://github.com/peterwald) made their first contribution in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - [@​DickBaker](https://github.com/DickBaker) made their first contribution in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - [@​voroninp](https://github.com/voroninp) made their first contribution in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - [@​akoeplinger](https://github.com/akoeplinger) made their first contribution in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) **Full Changelog**: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/apollographql/subgraph-csharp-hotchocolate-annotation). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![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://github.com/microsoft/vstest) | `17.10.0` -> `17.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.11.0`](https://github.com/microsoft/vstest/releases/tag/v17.11.0) #### What's Changed - Add reference to the AdapterUtilities library in the spec docs. by [@​peterwald](https://github.com/peterwald) in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - Stack trace when localized, and new messages by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4944](https://github.com/microsoft/vstest/pull/4944) - Fix single quote and space in F# pretty methods by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4969](https://github.com/microsoft/vstest/pull/4969) - Update .NET runtimes to latest patch version by [@​Evangelink](https://github.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4975](https://github.com/microsoft/vstest/pull/4975) - Update dotnetcoretests.md by [@​DickBaker](https://github.com/DickBaker) in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - Add list of known TestingPlatform dlls by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4983](https://github.com/microsoft/vstest/pull/4983) - Update framework version used for testing, and test matrix by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4970](https://github.com/microsoft/vstest/pull/4970) - Add output forwarding for .NET by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4988](https://github.com/microsoft/vstest/pull/4988) - Remove usage of pt images before decomissioning by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4994](https://github.com/microsoft/vstest/pull/4994) - chore: Add more details to acquistion section. by [@​voroninp](https://github.com/voroninp) in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - Simplify banner by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5013](https://github.com/microsoft/vstest/pull/5013) - Forward standard output of testhost by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4998](https://github.com/microsoft/vstest/pull/4998) - Add missing copyright header by [@​MichaelSimons](https://github.com/MichaelSimons) in [https://github.com/microsoft/vstest/pull/5020](https://github.com/microsoft/vstest/pull/5020) - Add option to not share .NET Framework testhosts by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5018](https://github.com/microsoft/vstest/pull/5018) - GetTypesToLoad Attribute cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5054](https://github.com/microsoft/vstest/pull/5054) - rawArgument in GetArgumentList cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5056](https://github.com/microsoft/vstest/pull/5056) - fix Atribute typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5057](https://github.com/microsoft/vstest/pull/5057) - remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5058](https://github.com/microsoft/vstest/pull/5058) - fix incompatiblity typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5059](https://github.com/microsoft/vstest/pull/5059) - remove redundant inline method in IsPlatformIncompatible by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5060](https://github.com/microsoft/vstest/pull/5060) - fix Sucess typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5061](https://github.com/microsoft/vstest/pull/5061) - use some null coalescing by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5062](https://github.com/microsoft/vstest/pull/5062) - Add cts into friends of TranslationLayer by [@​jakubch1](https://github.com/jakubch1) in [https://github.com/microsoft/vstest/pull/5075](https://github.com/microsoft/vstest/pull/5075) - Use built in sha1 for id generation by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5081](https://github.com/microsoft/vstest/pull/5081) - All output in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5083](https://github.com/microsoft/vstest/pull/5083) - Ignore env test by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5095](https://github.com/microsoft/vstest/pull/5095) - Dispose XmlReader in XmlRunSettingsUtilities by [@​omajid](https://github.com/omajid) in [https://github.com/microsoft/vstest/pull/5094](https://github.com/microsoft/vstest/pull/5094) - Bump to macos-12 build image by [@​akoeplinger](https://github.com/akoeplinger) in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) - Handle ansi escape in terminal logger reporter by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5084](https://github.com/microsoft/vstest/pull/5084) - remove disable interactive auth by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5110](https://github.com/microsoft/vstest/pull/5110) - Error output as info in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5113](https://github.com/microsoft/vstest/pull/5113) - Write dll instead of target on abort, rename errors by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5115](https://github.com/microsoft/vstest/pull/5115) - - \[rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://github.com/dotnet-maestro) in [https://github.com/microsoft/vstest/pull/5152](https://github.com/microsoft/vstest/pull/5152) #### New Contributors - [@​peterwald](https://github.com/peterwald) made their first contribution in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - [@​DickBaker](https://github.com/DickBaker) made their first contribution in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - [@​voroninp](https://github.com/voroninp) made their first contribution in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - [@​akoeplinger](https://github.com/akoeplinger) made their first contribution in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) **Full Changelog**: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06 </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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/Testably/Testably.Architecture.Rules). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![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://github.com/microsoft/vstest) | `17.10.0` -> `17.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.11.0`](https://github.com/microsoft/vstest/releases/tag/v17.11.0) #### What's Changed - Add reference to the AdapterUtilities library in the spec docs. by [@​peterwald](https://github.com/peterwald) in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - Stack trace when localized, and new messages by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4944](https://github.com/microsoft/vstest/pull/4944) - Fix single quote and space in F# pretty methods by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4969](https://github.com/microsoft/vstest/pull/4969) - Update .NET runtimes to latest patch version by [@​Evangelink](https://github.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4975](https://github.com/microsoft/vstest/pull/4975) - Update dotnetcoretests.md by [@​DickBaker](https://github.com/DickBaker) in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - Add list of known TestingPlatform dlls by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4983](https://github.com/microsoft/vstest/pull/4983) - Update framework version used for testing, and test matrix by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4970](https://github.com/microsoft/vstest/pull/4970) - Add output forwarding for .NET by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4988](https://github.com/microsoft/vstest/pull/4988) - Remove usage of pt images before decomissioning by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4994](https://github.com/microsoft/vstest/pull/4994) - chore: Add more details to acquistion section. by [@​voroninp](https://github.com/voroninp) in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - Simplify banner by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5013](https://github.com/microsoft/vstest/pull/5013) - Forward standard output of testhost by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4998](https://github.com/microsoft/vstest/pull/4998) - Add missing copyright header by [@​MichaelSimons](https://github.com/MichaelSimons) in [https://github.com/microsoft/vstest/pull/5020](https://github.com/microsoft/vstest/pull/5020) - Add option to not share .NET Framework testhosts by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5018](https://github.com/microsoft/vstest/pull/5018) - GetTypesToLoad Attribute cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5054](https://github.com/microsoft/vstest/pull/5054) - rawArgument in GetArgumentList cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5056](https://github.com/microsoft/vstest/pull/5056) - fix Atribute typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5057](https://github.com/microsoft/vstest/pull/5057) - remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5058](https://github.com/microsoft/vstest/pull/5058) - fix incompatiblity typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5059](https://github.com/microsoft/vstest/pull/5059) - remove redundant inline method in IsPlatformIncompatible by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5060](https://github.com/microsoft/vstest/pull/5060) - fix Sucess typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5061](https://github.com/microsoft/vstest/pull/5061) - use some null coalescing by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5062](https://github.com/microsoft/vstest/pull/5062) - Add cts into friends of TranslationLayer by [@​jakubch1](https://github.com/jakubch1) in [https://github.com/microsoft/vstest/pull/5075](https://github.com/microsoft/vstest/pull/5075) - Use built in sha1 for id generation by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5081](https://github.com/microsoft/vstest/pull/5081) - All output in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5083](https://github.com/microsoft/vstest/pull/5083) - Ignore env test by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5095](https://github.com/microsoft/vstest/pull/5095) - Dispose XmlReader in XmlRunSettingsUtilities by [@​omajid](https://github.com/omajid) in [https://github.com/microsoft/vstest/pull/5094](https://github.com/microsoft/vstest/pull/5094) - Bump to macos-12 build image by [@​akoeplinger](https://github.com/akoeplinger) in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) - Handle ansi escape in terminal logger reporter by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5084](https://github.com/microsoft/vstest/pull/5084) - remove disable interactive auth by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5110](https://github.com/microsoft/vstest/pull/5110) - Error output as info in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5113](https://github.com/microsoft/vstest/pull/5113) - Write dll instead of target on abort, rename errors by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5115](https://github.com/microsoft/vstest/pull/5115) - - \[rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://github.com/dotnet-maestro) in [https://github.com/microsoft/vstest/pull/5152](https://github.com/microsoft/vstest/pull/5152) #### New Contributors - [@​peterwald](https://github.com/peterwald) made their first contribution in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - [@​DickBaker](https://github.com/DickBaker) made their first contribution in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - [@​voroninp](https://github.com/voroninp) made their first contribution in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - [@​akoeplinger](https://github.com/akoeplinger) made their first contribution in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) **Full Changelog**: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/bruxisma/atmosphere). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG90bmV0Om1zZnQiLCJyZW5vdmF0ZTpkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZTpkb3RuZXQiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![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://github.com/microsoft/vstest) | `17.10.0` -> `17.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.11.0`](https://github.com/microsoft/vstest/releases/tag/v17.11.0) #### What's Changed - Add reference to the AdapterUtilities library in the spec docs. by [@​peterwald](https://github.com/peterwald) in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - Stack trace when localized, and new messages by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4944](https://github.com/microsoft/vstest/pull/4944) - Fix single quote and space in F# pretty methods by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4969](https://github.com/microsoft/vstest/pull/4969) - Update .NET runtimes to latest patch version by [@​Evangelink](https://github.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4975](https://github.com/microsoft/vstest/pull/4975) - Update dotnetcoretests.md by [@​DickBaker](https://github.com/DickBaker) in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - Add list of known TestingPlatform dlls by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4983](https://github.com/microsoft/vstest/pull/4983) - Update framework version used for testing, and test matrix by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4970](https://github.com/microsoft/vstest/pull/4970) - Add output forwarding for .NET by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4988](https://github.com/microsoft/vstest/pull/4988) - Remove usage of pt images before decomissioning by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4994](https://github.com/microsoft/vstest/pull/4994) - chore: Add more details to acquistion section. by [@​voroninp](https://github.com/voroninp) in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - Simplify banner by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5013](https://github.com/microsoft/vstest/pull/5013) - Forward standard output of testhost by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4998](https://github.com/microsoft/vstest/pull/4998) - Add missing copyright header by [@​MichaelSimons](https://github.com/MichaelSimons) in [https://github.com/microsoft/vstest/pull/5020](https://github.com/microsoft/vstest/pull/5020) - Add option to not share .NET Framework testhosts by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5018](https://github.com/microsoft/vstest/pull/5018) - GetTypesToLoad Attribute cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5054](https://github.com/microsoft/vstest/pull/5054) - rawArgument in GetArgumentList cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5056](https://github.com/microsoft/vstest/pull/5056) - fix Atribute typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5057](https://github.com/microsoft/vstest/pull/5057) - remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5058](https://github.com/microsoft/vstest/pull/5058) - fix incompatiblity typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5059](https://github.com/microsoft/vstest/pull/5059) - remove redundant inline method in IsPlatformIncompatible by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5060](https://github.com/microsoft/vstest/pull/5060) - fix Sucess typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5061](https://github.com/microsoft/vstest/pull/5061) - use some null coalescing by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5062](https://github.com/microsoft/vstest/pull/5062) - Add cts into friends of TranslationLayer by [@​jakubch1](https://github.com/jakubch1) in [https://github.com/microsoft/vstest/pull/5075](https://github.com/microsoft/vstest/pull/5075) - Use built in sha1 for id generation by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5081](https://github.com/microsoft/vstest/pull/5081) - All output in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5083](https://github.com/microsoft/vstest/pull/5083) - Ignore env test by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5095](https://github.com/microsoft/vstest/pull/5095) - Dispose XmlReader in XmlRunSettingsUtilities by [@​omajid](https://github.com/omajid) in [https://github.com/microsoft/vstest/pull/5094](https://github.com/microsoft/vstest/pull/5094) - Bump to macos-12 build image by [@​akoeplinger](https://github.com/akoeplinger) in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) - Handle ansi escape in terminal logger reporter by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5084](https://github.com/microsoft/vstest/pull/5084) - remove disable interactive auth by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5110](https://github.com/microsoft/vstest/pull/5110) - Error output as info in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5113](https://github.com/microsoft/vstest/pull/5113) - Write dll instead of target on abort, rename errors by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5115](https://github.com/microsoft/vstest/pull/5115) - - \[rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://github.com/dotnet-maestro) in [https://github.com/microsoft/vstest/pull/5152](https://github.com/microsoft/vstest/pull/5152) #### New Contributors - [@​peterwald](https://github.com/peterwald) made their first contribution in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - [@​DickBaker](https://github.com/DickBaker) made their first contribution in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - [@​voroninp](https://github.com/voroninp) made their first contribution in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - [@​akoeplinger](https://github.com/akoeplinger) made their first contribution in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) **Full Changelog**: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, 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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/buehler/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![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://github.com/microsoft/vstest) | `17.10.0` -> `17.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.11.0`](https://github.com/microsoft/vstest/releases/tag/v17.11.0) #### What's Changed - Add reference to the AdapterUtilities library in the spec docs. by [@​peterwald](https://github.com/peterwald) in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - Stack trace when localized, and new messages by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4944](https://github.com/microsoft/vstest/pull/4944) - Fix single quote and space in F# pretty methods by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4969](https://github.com/microsoft/vstest/pull/4969) - Update .NET runtimes to latest patch version by [@​Evangelink](https://github.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4975](https://github.com/microsoft/vstest/pull/4975) - Update dotnetcoretests.md by [@​DickBaker](https://github.com/DickBaker) in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - Add list of known TestingPlatform dlls by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4983](https://github.com/microsoft/vstest/pull/4983) - Update framework version used for testing, and test matrix by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4970](https://github.com/microsoft/vstest/pull/4970) - Add output forwarding for .NET by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4988](https://github.com/microsoft/vstest/pull/4988) - Remove usage of pt images before decomissioning by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4994](https://github.com/microsoft/vstest/pull/4994) - chore: Add more details to acquistion section. by [@​voroninp](https://github.com/voroninp) in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - Simplify banner by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5013](https://github.com/microsoft/vstest/pull/5013) - Forward standard output of testhost by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4998](https://github.com/microsoft/vstest/pull/4998) - Add missing copyright header by [@​MichaelSimons](https://github.com/MichaelSimons) in [https://github.com/microsoft/vstest/pull/5020](https://github.com/microsoft/vstest/pull/5020) - Add option to not share .NET Framework testhosts by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5018](https://github.com/microsoft/vstest/pull/5018) - GetTypesToLoad Attribute cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5054](https://github.com/microsoft/vstest/pull/5054) - rawArgument in GetArgumentList cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5056](https://github.com/microsoft/vstest/pull/5056) - fix Atribute typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5057](https://github.com/microsoft/vstest/pull/5057) - remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5058](https://github.com/microsoft/vstest/pull/5058) - fix incompatiblity typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5059](https://github.com/microsoft/vstest/pull/5059) - remove redundant inline method in IsPlatformIncompatible by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5060](https://github.com/microsoft/vstest/pull/5060) - fix Sucess typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5061](https://github.com/microsoft/vstest/pull/5061) - use some null coalescing by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5062](https://github.com/microsoft/vstest/pull/5062) - Add cts into friends of TranslationLayer by [@​jakubch1](https://github.com/jakubch1) in [https://github.com/microsoft/vstest/pull/5075](https://github.com/microsoft/vstest/pull/5075) - Use built in sha1 for id generation by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5081](https://github.com/microsoft/vstest/pull/5081) - All output in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5083](https://github.com/microsoft/vstest/pull/5083) - Ignore env test by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5095](https://github.com/microsoft/vstest/pull/5095) - Dispose XmlReader in XmlRunSettingsUtilities by [@​omajid](https://github.com/omajid) in [https://github.com/microsoft/vstest/pull/5094](https://github.com/microsoft/vstest/pull/5094) - Bump to macos-12 build image by [@​akoeplinger](https://github.com/akoeplinger) in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) - Handle ansi escape in terminal logger reporter by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5084](https://github.com/microsoft/vstest/pull/5084) - remove disable interactive auth by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5110](https://github.com/microsoft/vstest/pull/5110) - Error output as info in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5113](https://github.com/microsoft/vstest/pull/5113) - Write dll instead of target on abort, rename errors by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5115](https://github.com/microsoft/vstest/pull/5115) - - \[rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://github.com/dotnet-maestro) in [https://github.com/microsoft/vstest/pull/5152](https://github.com/microsoft/vstest/pull/5152) #### New Contributors - [@​peterwald](https://github.com/peterwald) made their first contribution in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - [@​DickBaker](https://github.com/DickBaker) made their first contribution in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - [@​voroninp](https://github.com/voroninp) made their first contribution in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - [@​akoeplinger](https://github.com/akoeplinger) made their first contribution in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) **Full Changelog**: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06 </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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/orso-co/Orso.Arpa.Api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![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://github.com/microsoft/vstest) | `17.10.0` -> `17.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [NUnit](https://nunit.org/) ([source](https://github.com/nunit/nunit)) | `4.1.0` -> `4.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/NUnit/4.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/NUnit/4.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/NUnit/4.1.0/4.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/NUnit/4.1.0/4.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.11.0`](https://github.com/microsoft/vstest/releases/tag/v17.11.0) #### What's Changed - Add reference to the AdapterUtilities library in the spec docs. by [@​peterwald](https://github.com/peterwald) in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - Stack trace when localized, and new messages by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4944](https://github.com/microsoft/vstest/pull/4944) - Fix single quote and space in F# pretty methods by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4969](https://github.com/microsoft/vstest/pull/4969) - Update .NET runtimes to latest patch version by [@​Evangelink](https://github.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4975](https://github.com/microsoft/vstest/pull/4975) - Update dotnetcoretests.md by [@​DickBaker](https://github.com/DickBaker) in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - Add list of known TestingPlatform dlls by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4983](https://github.com/microsoft/vstest/pull/4983) - Update framework version used for testing, and test matrix by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4970](https://github.com/microsoft/vstest/pull/4970) - Add output forwarding for .NET by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4988](https://github.com/microsoft/vstest/pull/4988) - Remove usage of pt images before decomissioning by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4994](https://github.com/microsoft/vstest/pull/4994) - chore: Add more details to acquistion section. by [@​voroninp](https://github.com/voroninp) in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - Simplify banner by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5013](https://github.com/microsoft/vstest/pull/5013) - Forward standard output of testhost by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4998](https://github.com/microsoft/vstest/pull/4998) - Add missing copyright header by [@​MichaelSimons](https://github.com/MichaelSimons) in [https://github.com/microsoft/vstest/pull/5020](https://github.com/microsoft/vstest/pull/5020) - Add option to not share .NET Framework testhosts by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5018](https://github.com/microsoft/vstest/pull/5018) - GetTypesToLoad Attribute cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5054](https://github.com/microsoft/vstest/pull/5054) - rawArgument in GetArgumentList cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5056](https://github.com/microsoft/vstest/pull/5056) - fix Atribute typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5057](https://github.com/microsoft/vstest/pull/5057) - remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5058](https://github.com/microsoft/vstest/pull/5058) - fix incompatiblity typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5059](https://github.com/microsoft/vstest/pull/5059) - remove redundant inline method in IsPlatformIncompatible by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5060](https://github.com/microsoft/vstest/pull/5060) - fix Sucess typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5061](https://github.com/microsoft/vstest/pull/5061) - use some null coalescing by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5062](https://github.com/microsoft/vstest/pull/5062) - Add cts into friends of TranslationLayer by [@​jakubch1](https://github.com/jakubch1) in [https://github.com/microsoft/vstest/pull/5075](https://github.com/microsoft/vstest/pull/5075) - Use built in sha1 for id generation by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5081](https://github.com/microsoft/vstest/pull/5081) - All output in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5083](https://github.com/microsoft/vstest/pull/5083) - Ignore env test by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5095](https://github.com/microsoft/vstest/pull/5095) - Dispose XmlReader in XmlRunSettingsUtilities by [@​omajid](https://github.com/omajid) in [https://github.com/microsoft/vstest/pull/5094](https://github.com/microsoft/vstest/pull/5094) - Bump to macos-12 build image by [@​akoeplinger](https://github.com/akoeplinger) in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) - Handle ansi escape in terminal logger reporter by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5084](https://github.com/microsoft/vstest/pull/5084) - remove disable interactive auth by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5110](https://github.com/microsoft/vstest/pull/5110) - Error output as info in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5113](https://github.com/microsoft/vstest/pull/5113) - Write dll instead of target on abort, rename errors by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5115](https://github.com/microsoft/vstest/pull/5115) - - \[rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://github.com/dotnet-maestro) in [https://github.com/microsoft/vstest/pull/5152](https://github.com/microsoft/vstest/pull/5152) #### New Contributors - [@​peterwald](https://github.com/peterwald) made their first contribution in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - [@​DickBaker](https://github.com/DickBaker) made their first contribution in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - [@​voroninp](https://github.com/voroninp) made their first contribution in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - [@​akoeplinger](https://github.com/akoeplinger) made their first contribution in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) **Full Changelog**: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06 </details> <details> <summary>nunit/nunit (NUnit)</summary> ### [`v4.2.1`](https://github.com/nunit/nunit/releases/tag/4.2.1): NUnit 4.2.1 [Compare Source](https://github.com/nunit/nunit/compare/4.2.0...4.2.1) Hotfix release for Issue [#​4794](https://github.com/nunit/nunit/issues/4794) and [#​4795](https://github.com/nunit/nunit/issues/4795), affecting .Net Framework. ### [`v4.2.0`](https://github.com/nunit/nunit/releases/tag/4.2.0): NUnit 4.2.0 [Compare Source](https://github.com/nunit/nunit/compare/4.1.0...4.2.0) See [release notes](https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-42---august-23-2024) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (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://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/cerbos/cerbos-sdk-net). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXJlYS9jaSIsImJvdHMiLCJraW5kL2Nob3JlIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.10.0` -> `17.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.11.0`](https://github.com/microsoft/vstest/releases/tag/v17.11.0) #### What's Changed - Add reference to the AdapterUtilities library in the spec docs. by [@​peterwald](https://github.com/peterwald) in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - Stack trace when localized, and new messages by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4944](https://github.com/microsoft/vstest/pull/4944) - Fix single quote and space in F# pretty methods by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4969](https://github.com/microsoft/vstest/pull/4969) - Update .NET runtimes to latest patch version by [@​Evangelink](https://github.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4975](https://github.com/microsoft/vstest/pull/4975) - Update dotnetcoretests.md by [@​DickBaker](https://github.com/DickBaker) in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - Add list of known TestingPlatform dlls by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4983](https://github.com/microsoft/vstest/pull/4983) - Update framework version used for testing, and test matrix by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4970](https://github.com/microsoft/vstest/pull/4970) - Add output forwarding for .NET by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4988](https://github.com/microsoft/vstest/pull/4988) - Remove usage of pt images before decomissioning by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4994](https://github.com/microsoft/vstest/pull/4994) - chore: Add more details to acquistion section. by [@​voroninp](https://github.com/voroninp) in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - Simplify banner by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5013](https://github.com/microsoft/vstest/pull/5013) - Forward standard output of testhost by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4998](https://github.com/microsoft/vstest/pull/4998) - Add missing copyright header by [@​MichaelSimons](https://github.com/MichaelSimons) in [https://github.com/microsoft/vstest/pull/5020](https://github.com/microsoft/vstest/pull/5020) - Add option to not share .NET Framework testhosts by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5018](https://github.com/microsoft/vstest/pull/5018) - GetTypesToLoad Attribute cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5054](https://github.com/microsoft/vstest/pull/5054) - rawArgument in GetArgumentList cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5056](https://github.com/microsoft/vstest/pull/5056) - fix Atribute typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5057](https://github.com/microsoft/vstest/pull/5057) - remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5058](https://github.com/microsoft/vstest/pull/5058) - fix incompatiblity typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5059](https://github.com/microsoft/vstest/pull/5059) - remove redundant inline method in IsPlatformIncompatible by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5060](https://github.com/microsoft/vstest/pull/5060) - fix Sucess typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5061](https://github.com/microsoft/vstest/pull/5061) - use some null coalescing by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5062](https://github.com/microsoft/vstest/pull/5062) - Add cts into friends of TranslationLayer by [@​jakubch1](https://github.com/jakubch1) in [https://github.com/microsoft/vstest/pull/5075](https://github.com/microsoft/vstest/pull/5075) - Use built in sha1 for id generation by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5081](https://github.com/microsoft/vstest/pull/5081) - All output in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5083](https://github.com/microsoft/vstest/pull/5083) - Ignore env test by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5095](https://github.com/microsoft/vstest/pull/5095) - Dispose XmlReader in XmlRunSettingsUtilities by [@​omajid](https://github.com/omajid) in [https://github.com/microsoft/vstest/pull/5094](https://github.com/microsoft/vstest/pull/5094) - Bump to macos-12 build image by [@​akoeplinger](https://github.com/akoeplinger) in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) - Handle ansi escape in terminal logger reporter by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5084](https://github.com/microsoft/vstest/pull/5084) - remove disable interactive auth by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5110](https://github.com/microsoft/vstest/pull/5110) - Error output as info in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5113](https://github.com/microsoft/vstest/pull/5113) - Write dll instead of target on abort, rename errors by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5115](https://github.com/microsoft/vstest/pull/5115) - - \[rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://github.com/dotnet-maestro) in [https://github.com/microsoft/vstest/pull/5152](https://github.com/microsoft/vstest/pull/5152) #### New Contributors - [@​peterwald](https://github.com/peterwald) made their first contribution in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - [@​DickBaker](https://github.com/DickBaker) made their first contribution in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - [@​voroninp](https://github.com/voroninp) made their first contribution in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - [@​akoeplinger](https://github.com/akoeplinger) made their first contribution in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) **Full Changelog**: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06 </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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jeSBNYW5hZ2VtZW50Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.10.0` -> `17.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.11.0`](https://github.com/microsoft/vstest/releases/tag/v17.11.0) #### What's Changed - Add reference to the AdapterUtilities library in the spec docs. by [@​peterwald](https://github.com/peterwald) in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - Stack trace when localized, and new messages by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4944](https://github.com/microsoft/vstest/pull/4944) - Fix single quote and space in F# pretty methods by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4969](https://github.com/microsoft/vstest/pull/4969) - Update .NET runtimes to latest patch version by [@​Evangelink](https://github.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4975](https://github.com/microsoft/vstest/pull/4975) - Update dotnetcoretests.md by [@​DickBaker](https://github.com/DickBaker) in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - Add list of known TestingPlatform dlls by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4983](https://github.com/microsoft/vstest/pull/4983) - Update framework version used for testing, and test matrix by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4970](https://github.com/microsoft/vstest/pull/4970) - Add output forwarding for .NET by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4988](https://github.com/microsoft/vstest/pull/4988) - Remove usage of pt images before decomissioning by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4994](https://github.com/microsoft/vstest/pull/4994) - chore: Add more details to acquistion section. by [@​voroninp](https://github.com/voroninp) in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - Simplify banner by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5013](https://github.com/microsoft/vstest/pull/5013) - Forward standard output of testhost by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4998](https://github.com/microsoft/vstest/pull/4998) - Add missing copyright header by [@​MichaelSimons](https://github.com/MichaelSimons) in [https://github.com/microsoft/vstest/pull/5020](https://github.com/microsoft/vstest/pull/5020) - Add option to not share .NET Framework testhosts by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5018](https://github.com/microsoft/vstest/pull/5018) - GetTypesToLoad Attribute cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5054](https://github.com/microsoft/vstest/pull/5054) - rawArgument in GetArgumentList cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5056](https://github.com/microsoft/vstest/pull/5056) - fix Atribute typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5057](https://github.com/microsoft/vstest/pull/5057) - remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5058](https://github.com/microsoft/vstest/pull/5058) - fix incompatiblity typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5059](https://github.com/microsoft/vstest/pull/5059) - remove redundant inline method in IsPlatformIncompatible by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5060](https://github.com/microsoft/vstest/pull/5060) - fix Sucess typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5061](https://github.com/microsoft/vstest/pull/5061) - use some null coalescing by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5062](https://github.com/microsoft/vstest/pull/5062) - Add cts into friends of TranslationLayer by [@​jakubch1](https://github.com/jakubch1) in [https://github.com/microsoft/vstest/pull/5075](https://github.com/microsoft/vstest/pull/5075) - Use built in sha1 for id generation by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5081](https://github.com/microsoft/vstest/pull/5081) - All output in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5083](https://github.com/microsoft/vstest/pull/5083) - Ignore env test by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5095](https://github.com/microsoft/vstest/pull/5095) - Dispose XmlReader in XmlRunSettingsUtilities by [@​omajid](https://github.com/omajid) in [https://github.com/microsoft/vstest/pull/5094](https://github.com/microsoft/vstest/pull/5094) - Bump to macos-12 build image by [@​akoeplinger](https://github.com/akoeplinger) in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) - Handle ansi escape in terminal logger reporter by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5084](https://github.com/microsoft/vstest/pull/5084) - remove disable interactive auth by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5110](https://github.com/microsoft/vstest/pull/5110) - Error output as info in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5113](https://github.com/microsoft/vstest/pull/5113) - Write dll instead of target on abort, rename errors by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5115](https://github.com/microsoft/vstest/pull/5115) - - \[rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://github.com/dotnet-maestro) in [https://github.com/microsoft/vstest/pull/5152](https://github.com/microsoft/vstest/pull/5152) #### New Contributors - [@​peterwald](https://github.com/peterwald) made their first contribution in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - [@​DickBaker](https://github.com/DickBaker) made their first contribution in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - [@​voroninp](https://github.com/voroninp) made their first contribution in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - [@​akoeplinger](https://github.com/akoeplinger) made their first contribution in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) **Full Changelog**: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06 </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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/dotnet-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.10.0` -> `17.11.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.10.0/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.11.1`](https://github.com/microsoft/vstest/releases/tag/v17.11.1) #### What's Changed - \[rel/17.11] Forward error output from testhost as info by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5193](https://github.com/microsoft/vstest/pull/5193) **Full Changelog**: microsoft/vstest@v17.11.0...v17.11.1 ### [`v17.11.0`](https://github.com/microsoft/vstest/releases/tag/v17.11.0) #### What's Changed - Add reference to the AdapterUtilities library in the spec docs. by [@​peterwald](https://github.com/peterwald) in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - Stack trace when localized, and new messages by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4944](https://github.com/microsoft/vstest/pull/4944) - Fix single quote and space in F# pretty methods by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4969](https://github.com/microsoft/vstest/pull/4969) - Update .NET runtimes to latest patch version by [@​Evangelink](https://github.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4975](https://github.com/microsoft/vstest/pull/4975) - Update dotnetcoretests.md by [@​DickBaker](https://github.com/DickBaker) in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - Add list of known TestingPlatform dlls by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4983](https://github.com/microsoft/vstest/pull/4983) - Update framework version used for testing, and test matrix by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4970](https://github.com/microsoft/vstest/pull/4970) - Add output forwarding for .NET by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4988](https://github.com/microsoft/vstest/pull/4988) - Remove usage of pt images before decomissioning by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4994](https://github.com/microsoft/vstest/pull/4994) - chore: Add more details to acquistion section. by [@​voroninp](https://github.com/voroninp) in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - Simplify banner by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5013](https://github.com/microsoft/vstest/pull/5013) - Forward standard output of testhost by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4998](https://github.com/microsoft/vstest/pull/4998) - Add missing copyright header by [@​MichaelSimons](https://github.com/MichaelSimons) in [https://github.com/microsoft/vstest/pull/5020](https://github.com/microsoft/vstest/pull/5020) - Add option to not share .NET Framework testhosts by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5018](https://github.com/microsoft/vstest/pull/5018) - GetTypesToLoad Attribute cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5054](https://github.com/microsoft/vstest/pull/5054) - rawArgument in GetArgumentList cant be null by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5056](https://github.com/microsoft/vstest/pull/5056) - fix Atribute typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5057](https://github.com/microsoft/vstest/pull/5057) - remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5058](https://github.com/microsoft/vstest/pull/5058) - fix incompatiblity typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5059](https://github.com/microsoft/vstest/pull/5059) - remove redundant inline method in IsPlatformIncompatible by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5060](https://github.com/microsoft/vstest/pull/5060) - fix Sucess typo by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5061](https://github.com/microsoft/vstest/pull/5061) - use some null coalescing by [@​SimonCropp](https://github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5062](https://github.com/microsoft/vstest/pull/5062) - Add cts into friends of TranslationLayer by [@​jakubch1](https://github.com/jakubch1) in [https://github.com/microsoft/vstest/pull/5075](https://github.com/microsoft/vstest/pull/5075) - Use built in sha1 for id generation by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5081](https://github.com/microsoft/vstest/pull/5081) - All output in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5083](https://github.com/microsoft/vstest/pull/5083) - Ignore env test by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5095](https://github.com/microsoft/vstest/pull/5095) - Dispose XmlReader in XmlRunSettingsUtilities by [@​omajid](https://github.com/omajid) in [https://github.com/microsoft/vstest/pull/5094](https://github.com/microsoft/vstest/pull/5094) - Bump to macos-12 build image by [@​akoeplinger](https://github.com/akoeplinger) in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) - Handle ansi escape in terminal logger reporter by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5084](https://github.com/microsoft/vstest/pull/5084) - remove disable interactive auth by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5110](https://github.com/microsoft/vstest/pull/5110) - Error output as info in terminal logger by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5113](https://github.com/microsoft/vstest/pull/5113) - Write dll instead of target on abort, rename errors by [@​nohwnd](https://github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5115](https://github.com/microsoft/vstest/pull/5115) - - \[rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://github.com/dotnet-maestro) in [https://github.com/microsoft/vstest/pull/5152](https://github.com/microsoft/vstest/pull/5152) #### New Contributors - [@​peterwald](https://github.com/peterwald) made their first contribution in [https://github.com/microsoft/vstest/pull/4958](https://github.com/microsoft/vstest/pull/4958) - [@​DickBaker](https://github.com/DickBaker) made their first contribution in [https://github.com/microsoft/vstest/pull/4977](https://github.com/microsoft/vstest/pull/4977) - [@​voroninp](https://github.com/voroninp) made their first contribution in [https://github.com/microsoft/vstest/pull/4999](https://github.com/microsoft/vstest/pull/4999) - [@​akoeplinger](https://github.com/akoeplinger) made their first contribution in [https://github.com/microsoft/vstest/pull/5101](https://github.com/microsoft/vstest/pull/5101) **Full Changelog**: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/smartive/cas-fee-adv-mumble-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Description
When Tests write output using
Console.WriteLine
it may or might not be seen by the user, depending on which target framework they are using, which OS, and which testing framework.When it is seen:
User is running .NET Framework tests in-process, is using vstest.console 17.6.3 or earlier, and is not using MSTest.
User is running tests on Linux.
When it is not seen:
<MSTest><CaptureTraceOutput>false</CaptureTraceOutput></MSTest>
option.Solution
This pull request standardizes the output capturing and passing to parent processes via Informational
TestMessage
. This same mechanism is used by xUnit to send their[xUnit.net 00:00:00.11] Starting: xunit001
messages.Two options are added and enabled by default:
CaptureStandardOutput
enables output capturing by VSTest. When disabled the behavior returns to the one of 17.6.3 and earlier.ForwardStandardOutput
enables output forwarding. When enabled it forwards output to VS.When disabled, but CaptureStandardOutput is enabled it will suppress all output and return to behavior in 17.7.0 and newer.
Additionally two feature flags are added to allow easier global opt-out:
Setting them to 1 has the same effect as setting the above options to FALSE.
Related issue
Fix #799
Fix #4828
Fix #4947