BuildVersioning
BuildVersioning copied to clipboard
Update dependency Microsoft.NET.Test.Sdk to 17.14.1
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| Microsoft.NET.Test.Sdk | 17.12.0 -> 17.14.1 |
Release Notes
microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.14.1
What's Changed
- Error on unsupported target frameworks to prevent silently not running tests by @nohwnd in #15072 and #15078
- Revert writing additional properties to TRX by @nohwnd in
47eb51b
Full Changelog: https://github.com/microsoft/vstest/compare/v17.14.0...v17.14.1
v17.14.0
What's Changed
.NET versions updated
This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:
- Updating to the latest VS, and running tests from net6.0 test projects.
- Updating to the latest .NET SDK, and running tests from net6.0 test projects.
It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.
Changes
- Adding Process Query Flag For UWP .NET 9 Support by @adstep in #15003
- Fix builds on WinUI and UWP .NET 9 projects by @Sergio0694 in #15004
- don't report communication error on discovery abort by @nohwnd in #14992
- Add dump minitool to vsix by @nohwnd in #14707
- Make test runners long-path aware (#5179) by @peetw in #15014
- Fix trace in DataCollectionRequestSender.cs by @stan-sz in #15025
- Fix/readme grammar parallelism by @dellch in #15030
- Add binding redirects by @nohwnd in #15041
- Write props of tests into trx by @nohwnd in #14905
Internal version updates and fixes
- Update io.redist by @nohwnd in #13872
- Use preview image for public build by @nohwnd in #13888
- Remove xcopy-msbuild by @nohwnd in #14138
- Move to macos14 by @nohwnd in #14137
- Update diagnose.md by @nohwnd in #14776
- hash with sha2 for mutex lock by @nohwnd in #14777
- Update test projects for vmr by @nohwnd in #14894
- 17.14 branding by @nohwnd in #14903
- Update filter.md for NUnit by @OsirisTerje in #14987
- Flag netstandard1.x dependencies in source-build by @ViktorHofer in #14986
- Use VS dependencies versions from release VS to have archived symbols by @nohwnd in #14991
- Remove extra ; by @nohwnd in #14995
- Use dependencymodel 6.0.2 by @nohwnd in #14996
- Make Testhost packable only on Windows by @mmitche in #15001
- Add system text json to vsix by @nohwnd in #15034
- Add more files to vsix by @nohwnd in #15038
- Remove unnecessary CA2022 suppressions by @Winniexu01 in #15035
- Update package project url by @mmitche in #15040
New Contributors
- @OsirisTerje made their first contribution in #14987
- @adstep made their first contribution in #15003
- @Sergio0694 made their first contribution in #15004
- @peetw made their first contribution in #15014
- @dellch made their first contribution in #15030
- @Winniexu01 made their first contribution in #15035
Full Changelog: https://github.com/microsoft/vstest/compare/v17.13.0...v17.14.0
v17.13.0
What's Changed
-
Add letter number among valid identifiers in class name by @nohwnd in #13868
-
Fix formatting in Runner by @mthalman in #13871
-
Enable native debugging for vstest.console by @ocitrev in #10401
-
Fix RFCs links by @Youssef1313 in #10424
-
Enable TSA by @jakubch1 in #10385
-
Update source-build team references by @MichaelSimons in #10388
-
Exclude .signature.p7s from nupkg file count by @ellahathaway in #10418
-
Set NetCurrent so that it doesn't roll forward automatically by @ViktorHofer in #10622
New Contributors
- @ocitrev made their first contribution in #10401
- @Youssef1313 made their first contribution in #10424
Full Changelog: https://github.com/microsoft/vstest/compare/v17.12.0...v17.13.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 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.