-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Expand EOL list to include net7 6 months after it goes OOS per design #43440
Conversation
/backport to release/9.0.1xx |
Started backporting to release/9.0.1xx: https://github.com/dotnet/sdk/actions/runs/10855800411 |
Disable the EOL message for two publishing tests
@MichalStrehovsky @LakshanF I went ahead and just disabled the new warning in the two AOT tests that hit net7. Let me know if you've rather just have those tests no longer target net 7. I make the change here and #43441. The plan is to merge for GA. |
Added When you commit this breaking change:
Tagging @dotnet/compat for awareness of the breaking change. |
Summary
When a version of .NET goes out of support, we add a gold bar in Visual Studio when customers open a project targeting that version and we mark it out of support in the UI. However, to give customers time to migration, we don't mark it as a warning in builds for 6 months as otherwise, customers with warnings as errors would be broken immediately.
Customer Impact
Customers targeting net7.0 will get a warning that the runtime is out of support. They can upgrade, suppress the warning, or set a property to disable the warning.
Regression
Intentional change
Testing
Automated. Had to modify a few tests to remove the net7.0 targeting or disable the warning.
Risk
Low.