deps: Update testing#29
Conversation
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Pull Request Overview
The PR claims to update Microsoft.NET.Test.Sdk to 17.14.1 and xunit to 2.9.3, yet the submitted diff contains no file changes. This discrepancy means the intended updates have not been implemented and the acceptance criteria remain unfulfilled. Furthermore, the missing implementation prevents the assessment of a known breaking change in Microsoft.NET.Test.Sdk 17.14.0, which dropped support for certain .NET 6.0 scenarios.
About this PR
- The PR description specifies dependency updates that are entirely missing from the provided code diff.
- A potential breaking change for projects targeting .NET 6.0 (as noted in the Microsoft.NET.Test.Sdk 17.14.0 release notes) cannot be assessed because project files are not included in the diff.
Test suggestions
- Verify successful test execution with Microsoft.NET.Test.Sdk 17.14.1
- Verify successful test execution with xunit 2.9.3
- Verify error reporting for unsupported target frameworks as introduced in Microsoft.NET.Test.Sdk 17.14.1
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify successful test execution with Microsoft.NET.Test.Sdk 17.14.1
2. Verify successful test execution with xunit 2.9.3
3. Verify error reporting for unsupported target frameworks as introduced in Microsoft.NET.Test.Sdk 17.14.1
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
|
@coderabbitai autofix |
This PR contains the following updates:
17.11.1→17.14.12.9.2→2.9.3Release Notes
microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.14.1What's Changed
47eb51bFull Changelog: microsoft/vstest@v17.14.0...v17.14.1
v17.14.0What'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:
It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.
Changes
Internal version updates and fixes
New Contributors
Full Changelog: microsoft/vstest@v17.13.0...v17.14.0
v17.13.0What's Changed
Add letter number among valid identifiers in class name by @nohwnd in #13868
Fix formatting in Runner by @mthalman in #13871
Downgrade xunit skip warning to info by @nohwnd in #10381
Add msdia for arm64 into nuget by @nohwnd in #10382
Enable native debugging for vstest.console by @ocitrev in #10401
Fix RFCs links by @Youssef1313 in #10424
Convert to auto property by @nohwnd in #10365
Update Versions.props by @nohwnd in #10378
Enable TSA by @jakubch1 in #10385
Arm64 dia by @nohwnd in #10390
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
Full Changelog: microsoft/vstest@v17.12.0...v17.13.0
v17.12.0What's Changed
Internal and infrastructure fixes:
Full Changelog: microsoft/vstest@v17.11.1...v17.12.0
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.