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

Remove 'NETSDK1219' warning #45538

Open
wants to merge 3 commits into
base: release/9.0.2xx
Choose a base branch
from

Conversation

Sergio0694
Copy link
Contributor

@Sergio0694 Sergio0694 commented Dec 18, 2024

Follow up to #41936

Summary

This PR removes the 'NETSDK1219' warning, effectively making UWP .NET 9 support GA. This warning has been added to signal that UWP support for .NET 9 was in preview, as all other components and tooling was also still work in progress (eg. Windows SDK changes for the XAML compiler, Visual Studio support, etc.). Now that all that tooling has shipped in stable (or, will have shipped in stable by the time this PR is published), we can remove this warning and officially mark the feature as GA.

Doing so is also needed to ensure customers on .NET Native can confidently start the migration away from .NET Native.

Customer Impact

No customer impact, this PR is only removing a warning.

Regression?

No.

Testing

Updated unit tests to ensure the new warning is gone.

Risk

Low. This is just removing a target whose sole purpose was to emit a warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant