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

Always allow the 'upgrade project' fixer to upgrade to 'preview' versions of C# #59248

Merged
merged 2 commits into from
Feb 3, 2022

Conversation

CyrusNajmabadi
Copy link
Member

Fixes #58742

// how well they work, while also explicitly putting them into a *know* unsupported state (that's what
// preview is after all). Importantly, this doesn't put them into an unrealized unsupported state (for
// example, picking some combo of a real lang version that isn't supported with their chosen framework
// version).
Copy link
Member Author

Choose a reason for hiding this comment

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

if anyone has a cleaner way of saying the above. please LMK :)

@CyrusNajmabadi CyrusNajmabadi merged commit 49fe412 into dotnet:main Feb 3, 2022
@ghost ghost added this to the Next milestone Feb 3, 2022
@RikkiGibson RikkiGibson modified the milestones: Next, 17.2.P1 Feb 4, 2022
@CyrusNajmabadi CyrusNajmabadi deleted the langUpgradePreview branch February 18, 2022 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visual Studio does not suggest changing the language version to preview when using generic attributes.
3 participants