Update dependency Microsoft.NET.Test.Sdk to v18 #41

Merged
mcmuzzle merged 1 commits from renovate/major-vstest-monorepo into main 2026-02-07 15:59:26 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
Microsoft.NET.Test.Sdk 17.14.118.0.1 age confidence

Release Notes

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

v18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: https://github.com/microsoft/vstest/compare/v18.0.0...v18.0.1

v18.0.0

What's Changed
Internal fixes and updates
New Contributors

Full Changelog: https://github.com/microsoft/vstest/compare/v17.14.1...v18.0.0


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.


  • 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 | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.14.1` → `18.0.1` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/18.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.14.1/18.0.1?slim=true) | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v18.0.1`](https://github.com/microsoft/vstest/releases/tag/v18.0.1) ##### What's Changed Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: <https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation> - Disable DynamicNative instrumentation by default by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15298](https://github.com/microsoft/vstest/pull/15298) - Update MicrosoftInternalCodeCoveragePackageVersion to 18.0.6 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15312](https://github.com/microsoft/vstest/pull/15312) ##### Internal changes - Update VersionPrefix to 18.0.1 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15301](https://github.com/microsoft/vstest/pull/15301) - Update build tools to 17.8.43 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15305](https://github.com/microsoft/vstest/pull/15305) **Full Changelog**: <https://github.com/microsoft/vstest/compare/v18.0.0...v18.0.1> ### [`v18.0.0`](https://github.com/microsoft/vstest/releases/tag/v18.0.0) ##### What's Changed - Update reporting formatting by [@&#8203;martincostello](https://github.com/martincostello) in [#&#8203;15082](https://github.com/microsoft/vstest/pull/15082) - Fix stack trace for Trace.Fail and Debug.Fail by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15103](https://github.com/microsoft/vstest/pull/15103) - Add documentation of environment variables by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;15095](https://github.com/microsoft/vstest/pull/15095) - IFrameworkHandle.LaunchProcessWithDebuggerAttached allows null for workingDirectory in signature but throws by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;15091](https://github.com/microsoft/vstest/pull/15091) - Add Dependabot configuration for .NET SDK updates by [@&#8203;JamieMagee](https://github.com/JamieMagee) in [#&#8203;15114](https://github.com/microsoft/vstest/pull/15114) - Handle dotnet\_root in testhost version aware way by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15184](https://github.com/microsoft/vstest/pull/15184) - Add magic bytes validation for Mach-O binaries in DotnetHostHelper by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;15230](https://github.com/microsoft/vstest/pull/15230) - using globbing pattern doesn't work on windows with forward slashes by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;15088](https://github.com/microsoft/vstest/pull/15088) - Remove tpv0 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15247](https://github.com/microsoft/vstest/pull/15247) - Cache AssemblyName in ManagedNameHelper by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15259](https://github.com/microsoft/vstest/pull/15259) - Add ARM64 support to GetArchitectureForSource methods by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;15278](https://github.com/microsoft/vstest/pull/15278) ##### Internal fixes and updates - Fix formatting in two files by [@&#8203;ViktorHofer](https://github.com/ViktorHofer) in [#&#8203;15047](https://github.com/microsoft/vstest/pull/15047) - Build TestPlatform packages in VMR by [@&#8203;ViktorHofer](https://github.com/ViktorHofer) in [#&#8203;15055](https://github.com/microsoft/vstest/pull/15055) - Condition property on .NET FX MSBuild by [@&#8203;jaredpar](https://github.com/jaredpar) in [#&#8203;15054](https://github.com/microsoft/vstest/pull/15054) - Migrate to awesome assertions by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15056](https://github.com/microsoft/vstest/pull/15056) - Revert "Build TestPlatform packages in VMR" by [@&#8203;ViktorHofer](https://github.com/ViktorHofer) in [#&#8203;15057](https://github.com/microsoft/vstest/pull/15057) - Update package Category by [@&#8203;ViktorHofer](https://github.com/ViktorHofer) in [#&#8203;15058](https://github.com/microsoft/vstest/pull/15058) - Revert "Write props of tests into trx" by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15080](https://github.com/microsoft/vstest/pull/15080) - Error on unsupported tfms ([#&#8203;15072](https://github.com/microsoft/vstest/issues/15072)) by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15073](https://github.com/microsoft/vstest/pull/15073) - Use policies from testfx to align by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15085](https://github.com/microsoft/vstest/pull/15085) - Update enable-auto-merge.yml by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15102](https://github.com/microsoft/vstest/pull/15102) - Revert ignoring environment test by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;15094](https://github.com/microsoft/vstest/pull/15094) - unignore tests by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;15093](https://github.com/microsoft/vstest/pull/15093) - Update MSTest by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15108](https://github.com/microsoft/vstest/pull/15108) - Bump dotnet-sdk from 9.0.106 to 9.0.301 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;15179](https://github.com/microsoft/vstest/pull/15179) - Use Assert.Equals by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15181](https://github.com/microsoft/vstest/pull/15181) - Run VSTest tests with MTP by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15079](https://github.com/microsoft/vstest/pull/15079) - Use the standard sdk for architecture switch test by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15188](https://github.com/microsoft/vstest/pull/15188) - Remove CUIT (Coded UI Test) from NuGet packages and test projects by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;15177](https://github.com/microsoft/vstest/pull/15177) - dump-logs? by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15187](https://github.com/microsoft/vstest/pull/15187) - Moving to version 18 by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15209](https://github.com/microsoft/vstest/pull/15209) - Update fakes version by [@&#8203;drognanar](https://github.com/drognanar) in [#&#8203;15227](https://github.com/microsoft/vstest/pull/15227) - Microsoft.Intellitrace.Core should be taken from nuget by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15229](https://github.com/microsoft/vstest/pull/15229) - Remove MSTest.Assert.Extensions by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15178](https://github.com/microsoft/vstest/pull/15178) - Sourcebuild fix by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15239](https://github.com/microsoft/vstest/pull/15239) - Set dotnet\_root\_<arch> only when the architecture of dotnet in the path is the same by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15250](https://github.com/microsoft/vstest/pull/15250) - Remove fakes v1 from FakesUtilities by [@&#8203;drognanar](https://github.com/drognanar) in [#&#8203;15251](https://github.com/microsoft/vstest/pull/15251) - Update fakes dependencies by [@&#8203;drognanar](https://github.com/drognanar) in [#&#8203;15254](https://github.com/microsoft/vstest/pull/15254) - Do half the work in GetManagedName by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15255](https://github.com/microsoft/vstest/pull/15255) - check Vsix only when produced by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15261](https://github.com/microsoft/vstest/pull/15261) - Set dotnet\_root\_<arch> always by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15266](https://github.com/microsoft/vstest/pull/15266) - Don't hardcode old vswhere version in global.json by [@&#8203;akoeplinger](https://github.com/akoeplinger) in [#&#8203;15267](https://github.com/microsoft/vstest/pull/15267) - Revert dowgrade of fakes by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15263](https://github.com/microsoft/vstest/pull/15263) - Update VSSDK to version with code flow guard by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15279](https://github.com/microsoft/vstest/pull/15279) - Update Fakes to version with code flow guard by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15273](https://github.com/microsoft/vstest/pull/15273) - Add es-metadata.yml by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15276](https://github.com/microsoft/vstest/pull/15276) - Avoid iterator in TraitCollection.GetTraits by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15249](https://github.com/microsoft/vstest/pull/15249) - MSDia update by [@&#8203;nohwnd](https://github.com/nohwnd) in [#&#8203;15281](https://github.com/microsoft/vstest/pull/15281) - Use sdk.paths in global.json by [@&#8203;Youssef1313](https://github.com/Youssef1313) in [#&#8203;15258](https://github.com/microsoft/vstest/pull/15258) ##### New Contributors - [@&#8203;jaredpar](https://github.com/jaredpar) made their first contribution in [#&#8203;15054](https://github.com/microsoft/vstest/pull/15054) - [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;15094](https://github.com/microsoft/vstest/pull/15094) - [@&#8203;JamieMagee](https://github.com/JamieMagee) made their first contribution in [#&#8203;15114](https://github.com/microsoft/vstest/pull/15114) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] made their first contribution in [#&#8203;15179](https://github.com/microsoft/vstest/pull/15179) **Full Changelog**: <https://github.com/microsoft/vstest/compare/v17.14.1...v18.0.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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjUiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovateBot added 1 commit 2026-02-06 22:15:49 +00:00
Update dependency Microsoft.NET.Test.Sdk to v18
All checks were successful
check main state / build (9.0.x) (push) Successful in 2m2s
f15093e554
mcmuzzle force-pushed renovate/major-vstest-monorepo from f15093e554 to 188681eacf 2026-02-06 22:23:53 +00:00 Compare
renovateBot force-pushed renovate/major-vstest-monorepo from 188681eacf to c421101ace 2026-02-07 14:33:40 +00:00 Compare
renovateBot force-pushed renovate/major-vstest-monorepo from c421101ace to 457dff2802 2026-02-07 15:26:18 +00:00 Compare
mcmuzzle merged commit 457dff2802 into main 2026-02-07 15:59:26 +00:00
mcmuzzle deleted branch renovate/major-vstest-monorepo 2026-02-07 15:59:26 +00:00
Sign in to join this conversation.