Update Tests XUnit (major) #247

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

This PR contains the following updates:

Package Type Update Change
Microsoft.NET.Test.Sdk nuget major 17.14.1 -> 18.0.0
xunit.runner.visualstudio nuget major 2.8.2 -> 3.1.5

Release Notes

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

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

xunit/visualstudio.xunit (xunit.runner.visualstudio)

v3.1.5

Compare Source

v3.1.4

Compare Source

v3.1.3

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 | major | `17.14.1` -> `18.0.0` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | nuget | major | `2.8.2` -> `3.1.5` | --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`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> <details> <summary>xunit/visualstudio.xunit (xunit.runner.visualstudio)</summary> ### [`v3.1.5`](https://github.com/xunit/visualstudio.xunit/compare/3.1.4...3.1.5) [Compare Source](https://github.com/xunit/visualstudio.xunit/compare/3.1.4...3.1.5) ### [`v3.1.4`](https://github.com/xunit/visualstudio.xunit/compare/3.1.3...3.1.4) [Compare Source](https://github.com/xunit/visualstudio.xunit/compare/3.1.3...3.1.4) ### [`v3.1.3`](https://github.com/xunit/visualstudio.xunit/compare/3.1.2...3.1.3) [Compare Source](https://github.com/xunit/visualstudio.xunit/compare/3.1.2...3.1.3) ### [`v3.1.2`](https://github.com/xunit/visualstudio.xunit/compare/3.1.1...3.1.2) [Compare Source](https://github.com/xunit/visualstudio.xunit/compare/3.1.1...3.1.2) ### [`v3.1.1`](https://github.com/xunit/visualstudio.xunit/compare/3.1.0...3.1.1) [Compare Source](https://github.com/xunit/visualstudio.xunit/compare/3.1.0...3.1.1) ### [`v3.1.0`](https://github.com/xunit/visualstudio.xunit/compare/3.0.2...3.1.0) [Compare Source](https://github.com/xunit/visualstudio.xunit/compare/3.0.2...3.1.0) ### [`v3.0.2`](https://github.com/xunit/visualstudio.xunit/compare/3.0.1...3.0.2) [Compare Source](https://github.com/xunit/visualstudio.xunit/compare/3.0.1...3.0.2) ### [`v3.0.1`](https://github.com/xunit/visualstudio.xunit/compare/3.0.0...3.0.1) [Compare Source](https://github.com/xunit/visualstudio.xunit/compare/3.0.0...3.0.1) ### [`v3.0.0`](https://github.com/xunit/visualstudio.xunit/compare/2.8.2...3.0.0) [Compare Source](https://github.com/xunit/visualstudio.xunit/compare/2.8.2...3.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. 👻 **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDguNiIsInVwZGF0ZWRJblZlciI6IjQxLjE0OC42IiwidGFyZ2V0QnJhbmNoIjoidHJ1bmsiLCJsYWJlbHMiOltdfQ==-->
professeur-chen force-pushed renovate/major-xunit-tests from ba030daf0f to aec0080926 2025-10-19 10:14:35 +02:00 Compare
This pull request can be merged automatically.
This branch is out-of-date with the base branch
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/major-xunit-tests:renovate/major-xunit-tests
git switch renovate/major-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/major-xunit-tests
git switch renovate/major-xunit-tests
git rebase trunk
git switch trunk
git merge --ff-only renovate/major-xunit-tests
git switch renovate/major-xunit-tests
git rebase trunk
git switch trunk
git merge --no-ff renovate/major-xunit-tests
git switch trunk
git merge --squash renovate/major-xunit-tests
git switch trunk
git merge --ff-only renovate/major-xunit-tests
git switch trunk
git merge renovate/major-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-rust!247
No description provided.