Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix terminal logger encoding & error #4853

Merged
merged 13 commits into from
Jan 29, 2024

Conversation

nohwnd
Copy link
Member

@nohwnd nohwnd commented Jan 25, 2024

Description

  • Use UTF8 encoding for the output that we force in vstest.console unless the user opts out.
  • Don't forward unrecognized messages to the parser, instead write them as message. Otherwise any message with "error" in it will be written as error, including passed tests that say "Standard Error: "
  • Allow suppressing the logger also by MSBUILDENSURESTDOUTFORTASKPROCESSES=1

This PR is updating the dotnet SDK because the new SDK is NOT forcing MSBUILDENSURESTDOUTFORTASKPROCESSES=1 when the new logger is enabled. The old SDK was forcing it, and it would always disable the new task in our tests.

Related issue

Fix dotnet/msbuild#9674
Fix #4852

@nohwnd nohwnd changed the title Fix terminal logger encoding Fix terminal logger encoding & error Jan 26, 2024
@nohwnd nohwnd mentioned this pull request Jan 26, 2024
6 tasks
@@ -23,6 +23,8 @@
<NuspecBasePath>$(OutputPath)</NuspecBasePath>
<PackageId>Microsoft.TestPlatform.CLI</PackageId>
<PackageTags>vstest visual-studio unittest testplatform mstest microsoft test testing</PackageTags>
<PackageProjectUrl>https://github.com/microsoft/vstest</PackageProjectUrl>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dunno why this is not picking up in source build, all the published nugets have link to repo (when I look at nuget.org). Let's merge now, and figure it out later.

@nohwnd
Copy link
Member Author

nohwnd commented Jan 26, 2024

/azp build

Copy link

Command 'build' is not supported by Azure Pipelines.

Supported commands
  • help:
    • Get descriptions, examples and documentation about supported commands
    • Example: help "command_name"
  • list:
    • List all pipelines for this repository using a comment.
    • Example: "list"
  • run:
    • Run all pipelines or specific pipelines for this repository using a comment. Use this command by itself to trigger all related pipelines, or specify specific pipelines to run.
    • Example: "run" or "run pipeline_name, pipeline_name, pipeline_name"
  • where:
    • Report back the Azure DevOps orgs that are related to this repository and org
    • Example: "where"

See additional documentation.

@nohwnd nohwnd disabled auto-merge January 29, 2024 10:36
@nohwnd nohwnd merged commit bd5080c into microsoft:main Jan 29, 2024
7 checks passed
@nohwnd nohwnd deleted the fix-terminal-logger-encoding branch January 29, 2024 10:36
renovate bot added a commit to apollographql/subgraph-csharp-hotchocolate-annotation that referenced this pull request May 22, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

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

#### What's Changed

- Add missing runtimeconfig.json file for 8.0 by
[@&#8203;MarcoRossignoli](https://github.com/MarcoRossignoli) in
[microsoft/vstest#4792
- Localized file check-in by OneLocBuild Task: Build definition ID 1222:
Build ID
[`2338548`](https://github.com/microsoft/vstest/commit/2338548) by
[@&#8203;dotnet-bot](https://github.com/dotnet-bot) in
[microsoft/vstest#4794
- Disable testhost prestart by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4833
- Terminal logger fixes by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4834
- Add RiscV64 by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4838
- Add deterministic source mapping storing for Microsoft.CodeCoverage by
[@&#8203;jakubch1](https://github.com/jakubch1) in
[microsoft/vstest#4849
- Fix terminal logger encoding & error by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4853
- Update sourcebuild configuration to build net previous and net current
by [@&#8203;Evangelink](https://github.com/Evangelink) in
[microsoft/vstest#4856
- Updating version of Microsoft.VisualStudio.Interop to 17.10 by
[@&#8203;MSLukeWest](https://github.com/MSLukeWest) in
[microsoft/vstest#4866
- Add VSTEST_DIAG_VERBOSITY to help by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4882
- Fix feature flag name by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4885
- Improve terminal logger by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4877
- Remove PackageLicenseFile preventing PackageLicenseExpression from
working by [@&#8203;lahma](https://github.com/lahma) in
[microsoft/vstest#4890
- Add GitHub Actions logger by
[@&#8203;martincostello](https://github.com/martincostello) in
[microsoft/vstest#4906
- Ensure to send a session complete event by
[@&#8203;drognanar](https://github.com/drognanar) in
[microsoft/vstest#4878
- specify Win10 + maxversiontested to enable xaml APIs to be used in
tests running under testhost.exe by
[@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) in
[microsoft/vstest#4888
- Make VSTest repo buildable in VMR non-source-build by
[@&#8203;ViktorHofer](https://github.com/ViktorHofer) in
[microsoft/vstest#4920
- Migrate pipelines by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4921
- Add test name to MSBuild where we have frame. by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4935
- \[rel/17.10] Add list of known TestingPlatform dlls by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4982

And many infrastructure related changes and updates.

#### New Contributors

- [@&#8203;ellahathaway](https://github.com/ellahathaway) made their
first contribution in
[microsoft/vstest#4785
- [@&#8203;MSLukeWest](https://github.com/MSLukeWest) made their first
contribution in
[microsoft/vstest#4866
- [@&#8203;lahma](https://github.com/lahma) made their first
contribution in
[microsoft/vstest#4890
- [@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) made their first
contribution in
[microsoft/vstest#4888

**Full Changelog**:
microsoft/vstest@v17.9.0...v17.10.0

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/apollographql/subgraph-csharp-hotchocolate-annotation).

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

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

This PR contains the following updates:

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

---

### Release Notes

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

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

#### What's Changed

- Add missing runtimeconfig.json file for 8.0 by
[@&#8203;MarcoRossignoli](https://github.com/MarcoRossignoli) in
[microsoft/vstest#4792
- Localized file check-in by OneLocBuild Task: Build definition ID 1222:
Build ID
[`2338548`](https://github.com/microsoft/vstest/commit/2338548) by
[@&#8203;dotnet-bot](https://github.com/dotnet-bot) in
[microsoft/vstest#4794
- Disable testhost prestart by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4833
- Terminal logger fixes by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4834
- Add RiscV64 by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4838
- Add deterministic source mapping storing for Microsoft.CodeCoverage by
[@&#8203;jakubch1](https://github.com/jakubch1) in
[microsoft/vstest#4849
- Fix terminal logger encoding & error by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4853
- Update sourcebuild configuration to build net previous and net current
by [@&#8203;Evangelink](https://github.com/Evangelink) in
[microsoft/vstest#4856
- Updating version of Microsoft.VisualStudio.Interop to 17.10 by
[@&#8203;MSLukeWest](https://github.com/MSLukeWest) in
[microsoft/vstest#4866
- Add VSTEST_DIAG_VERBOSITY to help by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4882
- Fix feature flag name by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4885
- Improve terminal logger by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4877
- Remove PackageLicenseFile preventing PackageLicenseExpression from
working by [@&#8203;lahma](https://github.com/lahma) in
[microsoft/vstest#4890
- Add GitHub Actions logger by
[@&#8203;martincostello](https://github.com/martincostello) in
[microsoft/vstest#4906
- Ensure to send a session complete event by
[@&#8203;drognanar](https://github.com/drognanar) in
[microsoft/vstest#4878
- specify Win10 + maxversiontested to enable xaml APIs to be used in
tests running under testhost.exe by
[@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) in
[microsoft/vstest#4888
- Make VSTest repo buildable in VMR non-source-build by
[@&#8203;ViktorHofer](https://github.com/ViktorHofer) in
[microsoft/vstest#4920
- Migrate pipelines by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4921
- Add test name to MSBuild where we have frame. by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4935
- \[rel/17.10] Add list of known TestingPlatform dlls by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4982

And many infrastructure related changes and updates.

#### New Contributors

- [@&#8203;ellahathaway](https://github.com/ellahathaway) made their
first contribution in
[microsoft/vstest#4785
- [@&#8203;MSLukeWest](https://github.com/MSLukeWest) made their first
contribution in
[microsoft/vstest#4866
- [@&#8203;lahma](https://github.com/lahma) made their first
contribution in
[microsoft/vstest#4890
- [@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) made their first
contribution in
[microsoft/vstest#4888

**Full Changelog**:
microsoft/vstest@v17.9.0...v17.10.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to bruxisma/atmosphere that referenced this pull request May 22, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

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

#### What's Changed

- Add missing runtimeconfig.json file for 8.0 by
[@&#8203;MarcoRossignoli](https://github.com/MarcoRossignoli) in
[microsoft/vstest#4792
- Localized file check-in by OneLocBuild Task: Build definition ID 1222:
Build ID
[`2338548`](https://github.com/microsoft/vstest/commit/2338548) by
[@&#8203;dotnet-bot](https://github.com/dotnet-bot) in
[microsoft/vstest#4794
- Disable testhost prestart by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4833
- Terminal logger fixes by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4834
- Add RiscV64 by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4838
- Add deterministic source mapping storing for Microsoft.CodeCoverage by
[@&#8203;jakubch1](https://github.com/jakubch1) in
[microsoft/vstest#4849
- Fix terminal logger encoding & error by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4853
- Update sourcebuild configuration to build net previous and net current
by [@&#8203;Evangelink](https://github.com/Evangelink) in
[microsoft/vstest#4856
- Updating version of Microsoft.VisualStudio.Interop to 17.10 by
[@&#8203;MSLukeWest](https://github.com/MSLukeWest) in
[microsoft/vstest#4866
- Add VSTEST_DIAG_VERBOSITY to help by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4882
- Fix feature flag name by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4885
- Improve terminal logger by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4877
- Remove PackageLicenseFile preventing PackageLicenseExpression from
working by [@&#8203;lahma](https://github.com/lahma) in
[microsoft/vstest#4890
- Add GitHub Actions logger by
[@&#8203;martincostello](https://github.com/martincostello) in
[microsoft/vstest#4906
- Ensure to send a session complete event by
[@&#8203;drognanar](https://github.com/drognanar) in
[microsoft/vstest#4878
- specify Win10 + maxversiontested to enable xaml APIs to be used in
tests running under testhost.exe by
[@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) in
[microsoft/vstest#4888
- Make VSTest repo buildable in VMR non-source-build by
[@&#8203;ViktorHofer](https://github.com/ViktorHofer) in
[microsoft/vstest#4920
- Migrate pipelines by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4921
- Add test name to MSBuild where we have frame. by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4935
- \[rel/17.10] Add list of known TestingPlatform dlls by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4982

And many infrastructure related changes and updates.

#### New Contributors

- [@&#8203;ellahathaway](https://github.com/ellahathaway) made their
first contribution in
[microsoft/vstest#4785
- [@&#8203;MSLukeWest](https://github.com/MSLukeWest) made their first
contribution in
[microsoft/vstest#4866
- [@&#8203;lahma](https://github.com/lahma) made their first
contribution in
[microsoft/vstest#4890
- [@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) made their first
contribution in
[microsoft/vstest#4888

**Full Changelog**:
microsoft/vstest@v17.9.0...v17.10.0

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/bruxisma/atmosphere).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRvdG5ldDptc2Z0IiwicmVub3ZhdGU6ZGVwZW5kZW5jaWVzIiwicmVub3ZhdGU6ZG90bmV0Il19-->

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

This PR contains the following updates:

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

---

### Release Notes

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

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

#### What's Changed

- Add missing runtimeconfig.json file for 8.0 by
[@&#8203;MarcoRossignoli](https://github.com/MarcoRossignoli) in
[microsoft/vstest#4792
- Localized file check-in by OneLocBuild Task: Build definition ID 1222:
Build ID
[`2338548`](https://github.com/microsoft/vstest/commit/2338548) by
[@&#8203;dotnet-bot](https://github.com/dotnet-bot) in
[microsoft/vstest#4794
- Disable testhost prestart by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4833
- Terminal logger fixes by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4834
- Add RiscV64 by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4838
- Add deterministic source mapping storing for Microsoft.CodeCoverage by
[@&#8203;jakubch1](https://github.com/jakubch1) in
[microsoft/vstest#4849
- Fix terminal logger encoding & error by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4853
- Update sourcebuild configuration to build net previous and net current
by [@&#8203;Evangelink](https://github.com/Evangelink) in
[microsoft/vstest#4856
- Updating version of Microsoft.VisualStudio.Interop to 17.10 by
[@&#8203;MSLukeWest](https://github.com/MSLukeWest) in
[microsoft/vstest#4866
- Add VSTEST_DIAG_VERBOSITY to help by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4882
- Fix feature flag name by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4885
- Improve terminal logger by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4877
- Remove PackageLicenseFile preventing PackageLicenseExpression from
working by [@&#8203;lahma](https://github.com/lahma) in
[microsoft/vstest#4890
- Add GitHub Actions logger by
[@&#8203;martincostello](https://github.com/martincostello) in
[microsoft/vstest#4906
- Ensure to send a session complete event by
[@&#8203;drognanar](https://github.com/drognanar) in
[microsoft/vstest#4878
- specify Win10 + maxversiontested to enable xaml APIs to be used in
tests running under testhost.exe by
[@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) in
[microsoft/vstest#4888
- Make VSTest repo buildable in VMR non-source-build by
[@&#8203;ViktorHofer](https://github.com/ViktorHofer) in
[microsoft/vstest#4920
- Migrate pipelines by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4921
- Add test name to MSBuild where we have frame. by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4935
- \[rel/17.10] Add list of known TestingPlatform dlls by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4982

And many infrastructure related changes and updates.

#### New Contributors

- [@&#8203;ellahathaway](https://github.com/ellahathaway) made their
first contribution in
[microsoft/vstest#4785
- [@&#8203;MSLukeWest](https://github.com/MSLukeWest) made their first
contribution in
[microsoft/vstest#4866
- [@&#8203;lahma](https://github.com/lahma) made their first
contribution in
[microsoft/vstest#4890
- [@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) made their first
contribution in
[microsoft/vstest#4888

**Full Changelog**:
microsoft/vstest@v17.9.0...v17.10.0

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to smartive/cas-fee-adv-mumble-api that referenced this pull request May 25, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

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

#### What's Changed

- Add missing runtimeconfig.json file for 8.0 by
[@&#8203;MarcoRossignoli](https://github.com/MarcoRossignoli) in
[microsoft/vstest#4792
- Localized file check-in by OneLocBuild Task: Build definition ID 1222:
Build ID
[`2338548`](https://github.com/microsoft/vstest/commit/2338548) by
[@&#8203;dotnet-bot](https://github.com/dotnet-bot) in
[microsoft/vstest#4794
- Disable testhost prestart by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4833
- Terminal logger fixes by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4834
- Add RiscV64 by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4838
- Add deterministic source mapping storing for Microsoft.CodeCoverage by
[@&#8203;jakubch1](https://github.com/jakubch1) in
[microsoft/vstest#4849
- Fix terminal logger encoding & error by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4853
- Update sourcebuild configuration to build net previous and net current
by [@&#8203;Evangelink](https://github.com/Evangelink) in
[microsoft/vstest#4856
- Updating version of Microsoft.VisualStudio.Interop to 17.10 by
[@&#8203;MSLukeWest](https://github.com/MSLukeWest) in
[microsoft/vstest#4866
- Add VSTEST_DIAG_VERBOSITY to help by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4882
- Fix feature flag name by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4885
- Improve terminal logger by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4877
- Remove PackageLicenseFile preventing PackageLicenseExpression from
working by [@&#8203;lahma](https://github.com/lahma) in
[microsoft/vstest#4890
- Add GitHub Actions logger by
[@&#8203;martincostello](https://github.com/martincostello) in
[microsoft/vstest#4906
- Ensure to send a session complete event by
[@&#8203;drognanar](https://github.com/drognanar) in
[microsoft/vstest#4878
- specify Win10 + maxversiontested to enable xaml APIs to be used in
tests running under testhost.exe by
[@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) in
[microsoft/vstest#4888
- Make VSTest repo buildable in VMR non-source-build by
[@&#8203;ViktorHofer](https://github.com/ViktorHofer) in
[microsoft/vstest#4920
- Migrate pipelines by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4921
- Add test name to MSBuild where we have frame. by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4935
- \[rel/17.10] Add list of known TestingPlatform dlls by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4982

And many infrastructure related changes and updates.

#### New Contributors

- [@&#8203;ellahathaway](https://github.com/ellahathaway) made their
first contribution in
[microsoft/vstest#4785
- [@&#8203;MSLukeWest](https://github.com/MSLukeWest) made their first
contribution in
[microsoft/vstest#4866
- [@&#8203;lahma](https://github.com/lahma) made their first
contribution in
[microsoft/vstest#4890
- [@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) made their first
contribution in
[microsoft/vstest#4888

**Full Changelog**:
microsoft/vstest@v17.9.0...v17.10.0

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/smartive/cas-fee-adv-mumble-api).

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

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

This PR contains the following updates:

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

---

### Release Notes

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

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

##### What's Changed

- Add missing runtimeconfig.json file for 8.0 by
[@&#8203;MarcoRossignoli](https://github.com/MarcoRossignoli) in
[microsoft/vstest#4792
- Localized file check-in by OneLocBuild Task: Build definition ID 1222:
Build ID
[`2338548`](https://github.com/microsoft/vstest/commit/2338548) by
[@&#8203;dotnet-bot](https://github.com/dotnet-bot) in
[microsoft/vstest#4794
- Disable testhost prestart by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4833
- Terminal logger fixes by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4834
- Add RiscV64 by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4838
- Add deterministic source mapping storing for Microsoft.CodeCoverage by
[@&#8203;jakubch1](https://github.com/jakubch1) in
[microsoft/vstest#4849
- Fix terminal logger encoding & error by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4853
- Update sourcebuild configuration to build net previous and net current
by [@&#8203;Evangelink](https://github.com/Evangelink) in
[microsoft/vstest#4856
- Updating version of Microsoft.VisualStudio.Interop to 17.10 by
[@&#8203;MSLukeWest](https://github.com/MSLukeWest) in
[microsoft/vstest#4866
- Add VSTEST_DIAG_VERBOSITY to help by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4882
- Fix feature flag name by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4885
- Improve terminal logger by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4877
- Remove PackageLicenseFile preventing PackageLicenseExpression from
working by [@&#8203;lahma](https://github.com/lahma) in
[microsoft/vstest#4890
- Add GitHub Actions logger by
[@&#8203;martincostello](https://github.com/martincostello) in
[microsoft/vstest#4906
- Ensure to send a session complete event by
[@&#8203;drognanar](https://github.com/drognanar) in
[microsoft/vstest#4878
- specify Win10 + maxversiontested to enable xaml APIs to be used in
tests running under testhost.exe by
[@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) in
[microsoft/vstest#4888
- Make VSTest repo buildable in VMR non-source-build by
[@&#8203;ViktorHofer](https://github.com/ViktorHofer) in
[microsoft/vstest#4920
- Migrate pipelines by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4921
- Add test name to MSBuild where we have frame. by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4935
- \[rel/17.10] Add list of known TestingPlatform dlls by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4982

And many infrastructure related changes and updates.

##### New Contributors

- [@&#8203;ellahathaway](https://github.com/ellahathaway) made their
first contribution in
[microsoft/vstest#4785
- [@&#8203;MSLukeWest](https://github.com/MSLukeWest) made their first
contribution in
[microsoft/vstest#4866
- [@&#8203;lahma](https://github.com/lahma) made their first
contribution in
[microsoft/vstest#4890
- [@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) made their first
contribution in
[microsoft/vstest#4888

**Full Changelog**:
microsoft/vstest@v17.9.0...v17.10.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/orso-co/Orso.Arpa.Api).

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

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Google.Protobuf](https://github.com/protocolbuffers/protobuf) |
`3.26.1` -> `3.27.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Google.Protobuf/3.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Google.Protobuf/3.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Google.Protobuf/3.26.1/3.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Google.Protobuf/3.26.1/3.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) | `2.62.0` ->
`2.63.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Grpc.Net.Client/2.63.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Grpc.Net.Client/2.63.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Grpc.Net.Client/2.62.0/2.63.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Grpc.Net.Client/2.62.0/2.63.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) |
`17.9.0` -> `17.10.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.9.0/17.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.9.0/17.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>grpc/grpc-dotnet (Grpc.Net.Client)</summary>

###
[`v2.63.0`](https://github.com/grpc/grpc-dotnet/releases/tag/v2.63.0)

##### What's Changed

- Prevent block inside ResolveAsync from blocking
PollingResolver.Refresh by
[@&#8203;JamesNK](https://github.com/JamesNK) in
[grpc/grpc-dotnet#2385
- Bump follow-redirects from 1.15.4 to 1.15.6 in
/testassets/InteropTestsGrpcWebWebsite/Tests by
[@&#8203;dependabot](https://github.com/dependabot) in
[grpc/grpc-dotnet#2392
- Update microsoft-support.md by
[@&#8203;JamesNK](https://github.com/JamesNK) in
[grpc/grpc-dotnet#2403
- fix a couple typos in README.md by
[@&#8203;jjanuszkiewicz](https://github.com/jjanuszkiewicz) in
[grpc/grpc-dotnet#2397
- Interrupt existing subchannel connect attempt when reconnect is
requested by [@&#8203;JamesNK](https://github.com/JamesNK) in
[grpc/grpc-dotnet#2410
- Update Directory.Packages.props by
[@&#8203;WeihanLi](https://github.com/WeihanLi) in
[grpc/grpc-dotnet#2413
- [#&#8203;2401](https://github.com/grpc/grpc-dotnet/issues/2401) Add
new TFM's so package dependency can be removed by
[@&#8203;thompson-tomo](https://github.com/thompson-tomo) in
[grpc/grpc-dotnet#2402
- support `ReadAllAsync` for netstandard2.0 by
[@&#8203;WeihanLi](https://github.com/WeihanLi) in
[grpc/grpc-dotnet#2411
- Fix ObjectDisposedException message by
[@&#8203;drewnoakes](https://github.com/drewnoakes) in
[grpc/grpc-dotnet#2415
- Enable multiple connections with WinHttpHandler by default by
[@&#8203;JamesNK](https://github.com/JamesNK) in
[grpc/grpc-dotnet#2416
- Fix memory leak when using call context propagation with cancellation
token by [@&#8203;JamesNK](https://github.com/JamesNK) in
[grpc/grpc-dotnet#2421
- Fix HTTP/3 test errors on .NET 6 by
[@&#8203;JamesNK](https://github.com/JamesNK) in
[grpc/grpc-dotnet#2423
- Add semaphore to limit subchannel connect to prevent race conditions
by [@&#8203;JamesNK](https://github.com/JamesNK) in
[grpc/grpc-dotnet#2422
- Don't capture async locals in resolver by
[@&#8203;JamesNK](https://github.com/JamesNK) in
[grpc/grpc-dotnet#2426
- Update Grpc.Tools to 2.63 by
[@&#8203;apolcyn](https://github.com/apolcyn) in
[grpc/grpc-dotnet#2429
- Bump 2.63.x branch to 2.63.0-pre1 by
[@&#8203;apolcyn](https://github.com/apolcyn) in
[grpc/grpc-dotnet#2430
- Fix build on v2.63.x - cherry pick
[grpc/grpc-dotnet#2437
by [@&#8203;apolcyn](https://github.com/apolcyn) in
[grpc/grpc-dotnet#2442
- Bump 2.63.x to stable release by
[@&#8203;apolcyn](https://github.com/apolcyn) in
[grpc/grpc-dotnet#2440

##### New Contributors

- [@&#8203;jjanuszkiewicz](https://github.com/jjanuszkiewicz) made
their first contribution in
[grpc/grpc-dotnet#2397
- [@&#8203;thompson-tomo](https://github.com/thompson-tomo) made their
first contribution in
[grpc/grpc-dotnet#2402
- [@&#8203;drewnoakes](https://github.com/drewnoakes) made their first
contribution in
[grpc/grpc-dotnet#2415

**Full Changelog**:
grpc/grpc-dotnet@v2.62.0...v2.63.0

</details>

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

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

##### What's Changed

- Add missing runtimeconfig.json file for 8.0 by
[@&#8203;MarcoRossignoli](https://github.com/MarcoRossignoli) in
[microsoft/vstest#4792
- Localized file check-in by OneLocBuild Task: Build definition ID 1222:
Build ID
[`2338548`](https://github.com/microsoft/vstest/commit/2338548) by
[@&#8203;dotnet-bot](https://github.com/dotnet-bot) in
[microsoft/vstest#4794
- Disable testhost prestart by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4833
- Terminal logger fixes by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4834
- Add RiscV64 by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4838
- Add deterministic source mapping storing for Microsoft.CodeCoverage by
[@&#8203;jakubch1](https://github.com/jakubch1) in
[microsoft/vstest#4849
- Fix terminal logger encoding & error by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4853
- Update sourcebuild configuration to build net previous and net current
by [@&#8203;Evangelink](https://github.com/Evangelink) in
[microsoft/vstest#4856
- Updating version of Microsoft.VisualStudio.Interop to 17.10 by
[@&#8203;MSLukeWest](https://github.com/MSLukeWest) in
[microsoft/vstest#4866
- Add VSTEST_DIAG_VERBOSITY to help by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4882
- Fix feature flag name by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4885
- Improve terminal logger by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4877
- Remove PackageLicenseFile preventing PackageLicenseExpression from
working by [@&#8203;lahma](https://github.com/lahma) in
[microsoft/vstest#4890
- Add GitHub Actions logger by
[@&#8203;martincostello](https://github.com/martincostello) in
[microsoft/vstest#4906
- Ensure to send a session complete event by
[@&#8203;drognanar](https://github.com/drognanar) in
[microsoft/vstest#4878
- specify Win10 + maxversiontested to enable xaml APIs to be used in
tests running under testhost.exe by
[@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) in
[microsoft/vstest#4888
- Make VSTest repo buildable in VMR non-source-build by
[@&#8203;ViktorHofer](https://github.com/ViktorHofer) in
[microsoft/vstest#4920
- Migrate pipelines by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4921
- Add test name to MSBuild where we have frame. by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4935
- \[rel/17.10] Add list of known TestingPlatform dlls by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4982

And many infrastructure related changes and updates.

##### New Contributors

- [@&#8203;ellahathaway](https://github.com/ellahathaway) made their
first contribution in
[microsoft/vstest#4785
- [@&#8203;MSLukeWest](https://github.com/MSLukeWest) made their first
contribution in
[microsoft/vstest#4866
- [@&#8203;lahma](https://github.com/lahma) made their first
contribution in
[microsoft/vstest#4890
- [@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) made their first
contribution in
[microsoft/vstest#4888

**Full Changelog**:
microsoft/vstest@v17.9.0...v17.10.0

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cerbos/cerbos-sdk-net).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImJvdHMiLCJjaG9yZSIsImNpIl19-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Oğuzhan Durgun <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dpvreony pushed a commit to reactiveui/ReactiveUI that referenced this pull request Jun 1, 2024
)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

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

##### What's Changed

- Add missing runtimeconfig.json file for 8.0 by
[@&#8203;MarcoRossignoli](https://github.com/MarcoRossignoli) in
[microsoft/vstest#4792
- Localized file check-in by OneLocBuild Task: Build definition ID 1222:
Build ID
[`2338548`](https://github.com/microsoft/vstest/commit/2338548) by
[@&#8203;dotnet-bot](https://github.com/dotnet-bot) in
[microsoft/vstest#4794
- Disable testhost prestart by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4833
- Terminal logger fixes by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4834
- Add RiscV64 by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4838
- Add deterministic source mapping storing for Microsoft.CodeCoverage by
[@&#8203;jakubch1](https://github.com/jakubch1) in
[microsoft/vstest#4849
- Fix terminal logger encoding & error by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4853
- Update sourcebuild configuration to build net previous and net current
by [@&#8203;Evangelink](https://github.com/Evangelink) in
[microsoft/vstest#4856
- Updating version of Microsoft.VisualStudio.Interop to 17.10 by
[@&#8203;MSLukeWest](https://github.com/MSLukeWest) in
[microsoft/vstest#4866
- Add VSTEST_DIAG_VERBOSITY to help by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4882
- Fix feature flag name by [@&#8203;nohwnd](https://github.com/nohwnd)
in
[microsoft/vstest#4885
- Improve terminal logger by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4877
- Remove PackageLicenseFile preventing PackageLicenseExpression from
working by [@&#8203;lahma](https://github.com/lahma) in
[microsoft/vstest#4890
- Add GitHub Actions logger by
[@&#8203;martincostello](https://github.com/martincostello) in
[microsoft/vstest#4906
- Ensure to send a session complete event by
[@&#8203;drognanar](https://github.com/drognanar) in
[microsoft/vstest#4878
- specify Win10 + maxversiontested to enable xaml APIs to be used in
tests running under testhost.exe by
[@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) in
[microsoft/vstest#4888
- Make VSTest repo buildable in VMR non-source-build by
[@&#8203;ViktorHofer](https://github.com/ViktorHofer) in
[microsoft/vstest#4920
- Migrate pipelines by [@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4921
- Add test name to MSBuild where we have frame. by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4935
- \[rel/17.10] Add list of known TestingPlatform dlls by
[@&#8203;nohwnd](https://github.com/nohwnd) in
[microsoft/vstest#4982

And many infrastructure related changes and updates.

##### New Contributors

- [@&#8203;ellahathaway](https://github.com/ellahathaway) made their
first contribution in
[microsoft/vstest#4785
- [@&#8203;MSLukeWest](https://github.com/MSLukeWest) made their first
contribution in
[microsoft/vstest#4866
- [@&#8203;lahma](https://github.com/lahma) made their first
contribution in
[microsoft/vstest#4890
- [@&#8203;ChrisGuzak](https://github.com/ChrisGuzak) made their first
contribution in
[microsoft/vstest#4888

**Full Changelog**:
microsoft/vstest@v17.9.0...v17.10.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

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