-
Notifications
You must be signed in to change notification settings - Fork 267
chore: bump Microsoft.NET.Test.Sdk to v18.x #1378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Microsoft.NET.Test.Sdk package from version 17.14.0 to 18.0.1, addressing compatibility requirements for the newer SDK version by suppressing target framework support build errors in test projects.
- Bumped Microsoft.NET.Test.Sdk from v17.14.0 to v18.0.1
- Added SuppressTfmSupportBuildErrors property to prevent build errors related to target framework compatibility
Reviewed Changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Directory.Packages.props | Updated Microsoft.NET.Test.Sdk package version to 18.0.1 |
| tests/Directory.Build.props | Added SuppressTfmSupportBuildErrors property to handle TFM compatibility issues with the new SDK version |
Files not reviewed (4)
- .idea/.idea.System.IO.Abstractions/.idea/copilot.data.migration.agent.xml: Language not supported
- .idea/.idea.System.IO.Abstractions/.idea/copilot.data.migration.ask.xml: Language not supported
- .idea/.idea.System.IO.Abstractions/.idea/copilot.data.migration.ask2agent.xml: Language not supported
- .idea/.idea.System.IO.Abstractions/.idea/copilot.data.migration.edit.xml: Language not supported
Test Results 23 files - 8 23 suites - 8 8s ⏱️ -6s Results for commit 88e1795. ± Comparison against base commit 9caf7a1. This pull request removes 108 tests.This pull request skips 120 tests.♻️ This comment has been updated with latest results. |
This PR updates the Microsoft.NET.Test.Sdk package from version 17.14.0 to 18.0.1, addressing compatibility requirements for the newer SDK version by suppressing target framework support build errors in test projects.