Update dependency Microsoft.NET.Test.Sdk to 18.5.1 #301

Open
professeur-chen wants to merge 1 commit from renovate/xunit-tests into trunk
Collaborator

This PR contains the following updates:

Package Type Update Change
Microsoft.NET.Test.Sdk nuget minor 18.3.018.5.1

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

microsoft/vstest (Microsoft.NET.Test.Sdk)

v18.5.1

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v18.5.0...v18.5.1

v18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v18.4.0...v18.5.0

v18.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/vstest/compare/v18.3.0...v18.4.0


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | nuget | minor | `18.3.0` → `18.5.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/241) for more information. --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v18.5.1`](https://github.com/microsoft/vstest/releases/tag/v18.5.1) #### What's Changed - Fix System.Collections.Immutable binding mismatch in Common.dll (rel/18.5) by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15720](https://github.com/microsoft/vstest/pull/15720) - Port verify-binding-redirects.ps1 to rel/18.5 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15719](https://github.com/microsoft/vstest/pull/15719) - Bump to 18.5.1 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15721](https://github.com/microsoft/vstest/pull/15721) **Full Changelog**: <https://github.com/microsoft/vstest/compare/v18.5.0...v18.5.1> ### [`v18.5.0`](https://github.com/microsoft/vstest/releases/tag/v18.5.0) ⚠️ Unlisted on Nuget, because of [#&#8203;15718](https://github.com/microsoft/vstest/issues/15718) #### What's Changed - Add runtime configs by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15377](https://github.com/microsoft/vstest/pull/15377) - Add net8.0 target for TranslationLayer by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15375](https://github.com/microsoft/vstest/pull/15375) - Determine architecture of remote process on windows by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15396](https://github.com/microsoft/vstest/pull/15396) - Updating System.Collections.Immutable package reference to version 9.0.0 by [@&#8203;MSLukeWest](https://github.com/MSLukeWest) in [#&#8203;15392](https://github.com/microsoft/vstest/pull/15392) - Dump via netcore tool on windows by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15397](https://github.com/microsoft/vstest/pull/15397) - Fix answer file splitting by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15381](https://github.com/microsoft/vstest/pull/15381) - Run tests against vsix runner by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15419](https://github.com/microsoft/vstest/pull/15419) **Full Changelog**: <https://github.com/microsoft/vstest/compare/v18.4.0...v18.5.0> ### [`v18.4.0`](https://github.com/microsoft/vstest/releases/tag/v18.4.0) #### What's Changed - Add LoongArch64 support by [@&#8203;stdmnpkg](https://github.com/stdmnpkg) in [#&#8203;15359](https://github.com/microsoft/vstest/pull/15359) - Refactor Condition evaluation by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15357](https://github.com/microsoft/vstest/pull/15357) - Adding info on extensions points part 1 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15360](https://github.com/microsoft/vstest/pull/15360) - Add option to ask for uploading code QL before the standard window ends by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15373](https://github.com/microsoft/vstest/pull/15373) - Update runtime versions by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15372](https://github.com/microsoft/vstest/pull/15372) - Fix .NET 10 regression for traits by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15370](https://github.com/microsoft/vstest/pull/15370) - Update target frameworks to net10.0 and net11.0 by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;15349](https://github.com/microsoft/vstest/pull/15349) - Fix names in pipeline matrix so we don't have to align them by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15365](https://github.com/microsoft/vstest/pull/15365) - Update SECURITY.md by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15342](https://github.com/microsoft/vstest/pull/15342) #### New Contributors - [@&#8203;stdmnpkg](https://github.com/stdmnpkg) made their first contribution in [#&#8203;15359](https://github.com/microsoft/vstest/pull/15359) **Full Changelog**: <https://github.com/microsoft/vstest/compare/v18.3.0...v18.4.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoidHJ1bmsiLCJsYWJlbHMiOltdfQ==-->
professeur-chen changed title from Update dependency Microsoft.NET.Test.Sdk to 18.4.0 to Update dependency Microsoft.NET.Test.Sdk to 18.5.1 2026-04-29 06:29:21 +02:00
professeur-chen force-pushed renovate/xunit-tests from 561400f2b9 to 10500efb15 2026-04-29 06:29:21 +02:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/xunit-tests:renovate/xunit-tests
git switch renovate/xunit-tests

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch trunk
git merge --no-ff renovate/xunit-tests
git switch renovate/xunit-tests
git rebase trunk
git switch trunk
git merge --ff-only renovate/xunit-tests
git switch renovate/xunit-tests
git rebase trunk
git switch trunk
git merge --no-ff renovate/xunit-tests
git switch trunk
git merge --squash renovate/xunit-tests
git switch trunk
git merge --ff-only renovate/xunit-tests
git switch trunk
git merge renovate/xunit-tests
git push origin trunk
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
l4p1n-bot/bot!301
No description provided.