-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update LangVersion in individual projects #33890
Conversation
API change check API changes are not detected in this pull request. |
Can/should we plan to add an analyzer rule to check for this? |
@pallavit You mean check that internal projects don't define lang version? From time to time it can be useful, cause new versions of language can introduce breaking changes that we may have no capacity to fix immediately. |
I don't think so. Individual packages should be able to deviate if needed. Particularly this is useful when you need to back-pin a specific library to work around compiler issues. |
As long as new syntactic language features can be built by the SDK in the root global.json. Language features that require a newer SDK should already fail the build since we target |
* Update LangVersion in individual projects * Restore LangVersion tag in sample project * Address PR comment
No description provided.