This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | nuget | major | `17.14.1` → `18.5.1` |
---
### 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 [@​nohwnd](https://github.com/nohwnd) in [#​15720](https://github.com/microsoft/vstest/pull/15720)
- Port verify-binding-redirects.ps1 to rel/18.5 by [@​nohwnd](https://github.com/nohwnd) in [#​15719](https://github.com/microsoft/vstest/pull/15719)
- Bump to 18.5.1 by [@​nohwnd](https://github.com/nohwnd) in [#​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 [#​15718](https://github.com/microsoft/vstest/issues/15718)
#### What's Changed
- Add runtime configs by [@​nohwnd](https://github.com/nohwnd) in [#​15377](https://github.com/microsoft/vstest/pull/15377)
- Add net8.0 target for TranslationLayer by [@​nohwnd](https://github.com/nohwnd) in [#​15375](https://github.com/microsoft/vstest/pull/15375)
- Determine architecture of remote process on windows by [@​nohwnd](https://github.com/nohwnd) in [#​15396](https://github.com/microsoft/vstest/pull/15396)
- Updating System.Collections.Immutable package reference to version 9.0.0 by [@​MSLukeWest](https://github.com/MSLukeWest) in [#​15392](https://github.com/microsoft/vstest/pull/15392)
- Dump via netcore tool on windows by [@​nohwnd](https://github.com/nohwnd) in [#​15397](https://github.com/microsoft/vstest/pull/15397)
- Fix answer file splitting by [@​nohwnd](https://github.com/nohwnd) in [#​15381](https://github.com/microsoft/vstest/pull/15381)
- Run tests against vsix runner by [@​nohwnd](https://github.com/nohwnd) in [#​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 [@​stdmnpkg](https://github.com/stdmnpkg) in [#​15359](https://github.com/microsoft/vstest/pull/15359)
- Refactor Condition evaluation by [@​Youssef1313](https://github.com/Youssef1313) in [#​15357](https://github.com/microsoft/vstest/pull/15357)
- Adding info on extensions points part 1 by [@​nohwnd](https://github.com/nohwnd) in [#​15360](https://github.com/microsoft/vstest/pull/15360)
- Add option to ask for uploading code QL before the standard window ends by [@​nohwnd](https://github.com/nohwnd) in [#​15373](https://github.com/microsoft/vstest/pull/15373)
- Update runtime versions by [@​nohwnd](https://github.com/nohwnd) in [#​15372](https://github.com/microsoft/vstest/pull/15372)
- Fix .NET 10 regression for traits by [@​Youssef1313](https://github.com/Youssef1313) in [#​15370](https://github.com/microsoft/vstest/pull/15370)
- Update target frameworks to net10.0 and net11.0 by [@​dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#​15349](https://github.com/microsoft/vstest/pull/15349)
- Fix names in pipeline matrix so we don't have to align them by [@​nohwnd](https://github.com/nohwnd) in [#​15365](https://github.com/microsoft/vstest/pull/15365)
- Update SECURITY.md by [@​Youssef1313](https://github.com/Youssef1313) in [#​15342](https://github.com/microsoft/vstest/pull/15342)
#### New Contributors
- [@​stdmnpkg](https://github.com/stdmnpkg) made their first contribution in [#​15359](https://github.com/microsoft/vstest/pull/15359)
**Full Changelog**: <https://github.com/microsoft/vstest/compare/v18.3.0...v18.4.0>
### [`v18.3.0`](https://github.com/microsoft/vstest/releases/tag/v18.3.0)
#### What's Changed
- Fix answer file splitting by [@​nohwnd](https://github.com/nohwnd) in [#​15306](https://github.com/microsoft/vstest/pull/15306)
#### Internal fixes and updates
- Bump branding to 18.1 by [@​nohwnd](https://github.com/nohwnd) in [#​15286](https://github.com/microsoft/vstest/pull/15286)
- Remove stale copy of S.ComponentModel.Composition from testplatform packages by [@​ViktorHofer](https://github.com/ViktorHofer) in [#​15287](https://github.com/microsoft/vstest/pull/15287)
- Update codeflow metadata to fix backflow by [@​premun](https://github.com/premun) in [#​15291](https://github.com/microsoft/vstest/pull/15291)
- \[main] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#​15283](https://github.com/microsoft/vstest/pull/15283)
- Update Microsoft.Build.Utilities.Core by [@​Youssef1313](https://github.com/Youssef1313) in [#​15300](https://github.com/microsoft/vstest/pull/15300)
- Disable DynamicNative instrumentation by default by [@​nohwnd](https://github.com/nohwnd) in [#​15299](https://github.com/microsoft/vstest/pull/15299)
- \[main] Source code updates from dotnet/dotnet by [@​dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#​15293](https://github.com/microsoft/vstest/pull/15293)
- \[main] Source code updates from dotnet/dotnet by [@​dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#​15302](https://github.com/microsoft/vstest/pull/15302)
- \[main] Source code updates from dotnet/dotnet by [@​dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#​15314](https://github.com/microsoft/vstest/pull/15314)
- Delete sha1 custom implementation we are not using for a long time by [@​nohwnd](https://github.com/nohwnd) in [#​15313](https://github.com/microsoft/vstest/pull/15313)
- \[main] Source code updates from dotnet/dotnet by [@​dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#​15315](https://github.com/microsoft/vstest/pull/15315)
- Update branding to 18.3.0 by [@​nohwnd](https://github.com/nohwnd) in [#​15321](https://github.com/microsoft/vstest/pull/15321)
- \[main] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#​15325](https://github.com/microsoft/vstest/pull/15325)
- \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#​15264](https://github.com/microsoft/vstest/pull/15264)
- Revert adding dotnet\_host\_path workaround by [@​nohwnd](https://github.com/nohwnd) in [#​15328](https://github.com/microsoft/vstest/pull/15328)
- \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#​15338](https://github.com/microsoft/vstest/pull/15338)
- \[main] Source code updates from dotnet/dotnet by [@​dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#​15322](https://github.com/microsoft/vstest/pull/15322)
- \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#​15343](https://github.com/microsoft/vstest/pull/15343)
- Change PreReleaseVersionLabel from 'preview' to 'release' by [@​nohwnd](https://github.com/nohwnd) in [#​15352](https://github.com/microsoft/vstest/pull/15352)
- \[rel/18.3] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#​15354](https://github.com/microsoft/vstest/pull/15354)
- \[rel/18.3] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#​15389](https://github.com/microsoft/vstest/pull/15389)
- \[rel/18.3] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#​15400](https://github.com/microsoft/vstest/pull/15400)
- Update build tools to 17.11.48 to be source buildable by [@​nohwnd](https://github.com/nohwnd) in [#​15310](https://github.com/microsoft/vstest/pull/15310)
- Disable publishing on RTM by [@​nohwnd](https://github.com/nohwnd) in [#​15296](https://github.com/microsoft/vstest/pull/15296)
- Don't access nuget.org for package feeds by [@​nohwnd](https://github.com/nohwnd) in [#​15316](https://github.com/microsoft/vstest/pull/15316)
- No nuget access fix tests by [@​nohwnd](https://github.com/nohwnd) in [#​15317](https://github.com/microsoft/vstest/pull/15317)
- Disable Dependabot updates in dependabot.yml by [@​mmitche](https://github.com/mmitche) in [#​15324](https://github.com/microsoft/vstest/pull/15324)
#### New Contributors
- [@​premun](https://github.com/premun) made their first contribution in [#​15291](https://github.com/microsoft/vstest/pull/15291)
### [`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 [@​nohwnd](https://github.com/nohwnd) in [#​15298](https://github.com/microsoft/vstest/pull/15298)
- Update MicrosoftInternalCodeCoveragePackageVersion to 18.0.6 by [@​nohwnd](https://github.com/nohwnd) in [#​15312](https://github.com/microsoft/vstest/pull/15312)
##### Internal changes
- Update VersionPrefix to 18.0.1 by [@​nohwnd](https://github.com/nohwnd) in [#​15301](https://github.com/microsoft/vstest/pull/15301)
- Update build tools to 17.8.43 by [@​nohwnd](https://github.com/nohwnd) in [#​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 [@​martincostello](https://github.com/martincostello) in [#​15082](https://github.com/microsoft/vstest/pull/15082)
- Fix stack trace for Trace.Fail and Debug.Fail by [@​nohwnd](https://github.com/nohwnd) in [#​15103](https://github.com/microsoft/vstest/pull/15103)
- Add documentation of environment variables by [@​Copilot](https://github.com/Copilot) in [#​15095](https://github.com/microsoft/vstest/pull/15095)
- IFrameworkHandle.LaunchProcessWithDebuggerAttached allows null for workingDirectory in signature but throws by [@​Copilot](https://github.com/Copilot) in [#​15091](https://github.com/microsoft/vstest/pull/15091)
- Add Dependabot configuration for .NET SDK updates by [@​JamieMagee](https://github.com/JamieMagee) in [#​15114](https://github.com/microsoft/vstest/pull/15114)
- Handle dotnet\_root in testhost version aware way by [@​nohwnd](https://github.com/nohwnd) in [#​15184](https://github.com/microsoft/vstest/pull/15184)
- Add magic bytes validation for Mach-O binaries in DotnetHostHelper by [@​Copilot](https://github.com/Copilot) in [#​15230](https://github.com/microsoft/vstest/pull/15230)
- using globbing pattern doesn't work on windows with forward slashes by [@​Copilot](https://github.com/Copilot) in [#​15088](https://github.com/microsoft/vstest/pull/15088)
- Remove tpv0 by [@​nohwnd](https://github.com/nohwnd) in [#​15247](https://github.com/microsoft/vstest/pull/15247)
- Cache AssemblyName in ManagedNameHelper by [@​Youssef1313](https://github.com/Youssef1313) in [#​15259](https://github.com/microsoft/vstest/pull/15259)
- Add ARM64 support to GetArchitectureForSource methods by [@​Copilot](https://github.com/Copilot) in [#​15278](https://github.com/microsoft/vstest/pull/15278)
##### Internal fixes and updates
- Fix formatting in two files by [@​ViktorHofer](https://github.com/ViktorHofer) in [#​15047](https://github.com/microsoft/vstest/pull/15047)
- Build TestPlatform packages in VMR by [@​ViktorHofer](https://github.com/ViktorHofer) in [#​15055](https://github.com/microsoft/vstest/pull/15055)
- Condition property on .NET FX MSBuild by [@​jaredpar](https://github.com/jaredpar) in [#​15054](https://github.com/microsoft/vstest/pull/15054)
- Migrate to awesome assertions by [@​nohwnd](https://github.com/nohwnd) in [#​15056](https://github.com/microsoft/vstest/pull/15056)
- Revert "Build TestPlatform packages in VMR" by [@​ViktorHofer](https://github.com/ViktorHofer) in [#​15057](https://github.com/microsoft/vstest/pull/15057)
- Update package Category by [@​ViktorHofer](https://github.com/ViktorHofer) in [#​15058](https://github.com/microsoft/vstest/pull/15058)
- Revert "Write props of tests into trx" by [@​nohwnd](https://github.com/nohwnd) in [#​15080](https://github.com/microsoft/vstest/pull/15080)
- Error on unsupported tfms ([#​15072](https://github.com/microsoft/vstest/issues/15072)) by [@​nohwnd](https://github.com/nohwnd) in [#​15073](https://github.com/microsoft/vstest/pull/15073)
- Use policies from testfx to align by [@​nohwnd](https://github.com/nohwnd) in [#​15085](https://github.com/microsoft/vstest/pull/15085)
- Update enable-auto-merge.yml by [@​nohwnd](https://github.com/nohwnd) in [#​15102](https://github.com/microsoft/vstest/pull/15102)
- Revert ignoring environment test by [@​Copilot](https://github.com/Copilot) in [#​15094](https://github.com/microsoft/vstest/pull/15094)
- unignore tests by [@​Copilot](https://github.com/Copilot) in [#​15093](https://github.com/microsoft/vstest/pull/15093)
- Update MSTest by [@​Youssef1313](https://github.com/Youssef1313) in [#​15108](https://github.com/microsoft/vstest/pull/15108)
- Bump dotnet-sdk from 9.0.106 to 9.0.301 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​15179](https://github.com/microsoft/vstest/pull/15179)
- Use Assert.Equals by [@​nohwnd](https://github.com/nohwnd) in [#​15181](https://github.com/microsoft/vstest/pull/15181)
- Run VSTest tests with MTP by [@​Youssef1313](https://github.com/Youssef1313) in [#​15079](https://github.com/microsoft/vstest/pull/15079)
- Use the standard sdk for architecture switch test by [@​nohwnd](https://github.com/nohwnd) in [#​15188](https://github.com/microsoft/vstest/pull/15188)
- Remove CUIT (Coded UI Test) from NuGet packages and test projects by [@​Copilot](https://github.com/Copilot) in [#​15177](https://github.com/microsoft/vstest/pull/15177)
- dump-logs? by [@​nohwnd](https://github.com/nohwnd) in [#​15187](https://github.com/microsoft/vstest/pull/15187)
- Moving to version 18 by [@​nohwnd](https://github.com/nohwnd) in [#​15209](https://github.com/microsoft/vstest/pull/15209)
- Update fakes version by [@​drognanar](https://github.com/drognanar) in [#​15227](https://github.com/microsoft/vstest/pull/15227)
- Microsoft.Intellitrace.Core should be taken from nuget by [@​nohwnd](https://github.com/nohwnd) in [#​15229](https://github.com/microsoft/vstest/pull/15229)
- Remove MSTest.Assert.Extensions by [@​Youssef1313](https://github.com/Youssef1313) in [#​15178](https://github.com/microsoft/vstest/pull/15178)
- Sourcebuild fix by [@​nohwnd](https://github.com/nohwnd) in [#​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 [@​nohwnd](https://github.com/nohwnd) in [#​15250](https://github.com/microsoft/vstest/pull/15250)
- Remove fakes v1 from FakesUtilities by [@​drognanar](https://github.com/drognanar) in [#​15251](https://github.com/microsoft/vstest/pull/15251)
- Update fakes dependencies by [@​drognanar](https://github.com/drognanar) in [#​15254](https://github.com/microsoft/vstest/pull/15254)
- Do half the work in GetManagedName by [@​Youssef1313](https://github.com/Youssef1313) in [#​15255](https://github.com/microsoft/vstest/pull/15255)
- check Vsix only when produced by [@​nohwnd](https://github.com/nohwnd) in [#​15261](https://github.com/microsoft/vstest/pull/15261)
- Set dotnet\_root\_<arch> always by [@​nohwnd](https://github.com/nohwnd) in [#​15266](https://github.com/microsoft/vstest/pull/15266)
- Don't hardcode old vswhere version in global.json by [@​akoeplinger](https://github.com/akoeplinger) in [#​15267](https://github.com/microsoft/vstest/pull/15267)
- Revert dowgrade of fakes by [@​nohwnd](https://github.com/nohwnd) in [#​15263](https://github.com/microsoft/vstest/pull/15263)
- Update VSSDK to version with code flow guard by [@​nohwnd](https://github.com/nohwnd) in [#​15279](https://github.com/microsoft/vstest/pull/15279)
- Update Fakes to version with code flow guard by [@​nohwnd](https://github.com/nohwnd) in [#​15273](https://github.com/microsoft/vstest/pull/15273)
- Add es-metadata.yml by [@​Youssef1313](https://github.com/Youssef1313) in [#​15276](https://github.com/microsoft/vstest/pull/15276)
- Avoid iterator in TraitCollection.GetTraits by [@​Youssef1313](https://github.com/Youssef1313) in [#​15249](https://github.com/microsoft/vstest/pull/15249)
- MSDia update by [@​nohwnd](https://github.com/nohwnd) in [#​15281](https://github.com/microsoft/vstest/pull/15281)
- Use sdk.paths in global.json by [@​Youssef1313](https://github.com/Youssef1313) in [#​15258](https://github.com/microsoft/vstest/pull/15258)
#### New Contributors
- [@​jaredpar](https://github.com/jaredpar) made their first contribution in [#​15054](https://github.com/microsoft/vstest/pull/15054)
- [@​Copilot](https://github.com/Copilot) made their first contribution in [#​15094](https://github.com/microsoft/vstest/pull/15094)
- [@​JamieMagee](https://github.com/JamieMagee) made their first contribution in [#​15114](https://github.com/microsoft/vstest/pull/15114)
- [@​dependabot](https://github.com/dependabot)\[bot] made their first contribution in [#​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**: (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 [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTEuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
17.14.1→18.5.1Release Notes
microsoft/vstest (Microsoft.NET.Test.Sdk)
v18.5.1What'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.0What's Changed
Add LoongArch64 support by @stdmnpkg in #15359
Refactor Condition evaluation by @Youssef1313 in #15357
Adding info on extensions points part 1 by @nohwnd in #15360
Add option to ask for uploading code QL before the standard window ends by @nohwnd in #15373
Update runtime versions by @nohwnd in #15372
Fix .NET 10 regression for traits by @Youssef1313 in #15370
Update target frameworks to net10.0 and net11.0 by @dotnet-maestro[bot] in #15349
Fix names in pipeline matrix so we don't have to align them by @nohwnd in #15365
Update SECURITY.md by @Youssef1313 in #15342
New Contributors
Full Changelog: https://github.com/microsoft/vstest/compare/v18.3.0...v18.4.0
v18.3.0What's Changed
Internal fixes and updates
New Contributors
v18.0.1What'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.0What's Changed
Internal fixes and updates
New Contributors
Full Changelog: https://github.com/microsoft/vstest/compare/v17.14.1...v18.0.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.