-
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
Fix single quote and space in F# pretty methods #4969
Conversation
We don't check for any additional characters in to unparse the method name from CIL, so Leaving this for another issue, if someone can confirm this is causing problems, or confirm what are the exact rules that F# uses to escape those names. /cc @vzarytovskii |
I have run a few manual tests and here are the characters that gets transformed (not exhaustive list):
I will look at more cases now. |
Moved the issue here: #4972 because this PR solves the part where discovery cannot finish. With this fix it produces a managed name, but still not a managed name that can be used to lookup the method by name via reflection, which is a different problem with a bigger scope. |
FYI, found the exact grammar for it: token ident =
| ident-text For example, myName1
| `` ( [^'`' '\n' '\r' '\t'] | '`' [^ '`' '\n' '\r' '\t'] )+ `` I can find exact escaping rules if you'll remind me tomorrow :) |
[![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
Whitespace is not valid in method names and the parser was not skipping over escaped single tick
\'
, so the method name from F#``don't pass``
would be output as'don\'t pass'
in CIL. And the parser would parse'don\'
as being quoted, andt pass
as invalid method part because there is whitespace.Related issue
Fix #4313