Skip to content
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 existing warning to target 5.0 #27942

Merged
merged 1 commit into from
Sep 19, 2022

Conversation

marcpopMSFT
Copy link
Member

@marcpopMSFT marcpopMSFT commented Sep 15, 2022

Description

The 5.0 runtime went out of support in May. At the time, we discussed when to add the warning message to customer builds when targeting 5.0. We decided it made sense to align that with the next major release so we're planning on doing this for the November releases: #27943

Customer Impact

Customer will get a build warning for any project that targets 5.0.

Regression

No

Risk

Low. Customers can add CheckEolTargetFramework=false to avoid this warning.

Testing

Automated

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@@ -20,7 +20,7 @@ Copyright (c) .NET Foundation. All rights reserved.
receive servicing updates and security fixes.
-->
<ItemGroup>
<_EolNetCoreTargetFrameworkVersions Include="1.0;1.1;2.0;2.1;2.2;3.0" />
<_EolNetCoreTargetFrameworkVersions Include="1.0;1.1;2.0;2.1;2.2;3.0;5.0" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Customers consider new warnings in existing products to be highly impactful. We included a 2.1 warning the month after it went out of support and got a lot of feedback. After discussion internally when 5.0 went out of support, we decided to delay turning on this warning for 6 months after 5.0 went out of support to align with our 7.0 release to give customers more time before we rolled out the warning. I expect 3.1 will also be delayed by a few months before we add that warning.

@marcpopMSFT marcpopMSFT merged commit 2e791e6 into release/7.0.1xx-rc2 Sep 19, 2022
@marcpopMSFT marcpopMSFT deleted the marcpopMSFT-warnonoostargeting branch September 19, 2022 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants