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.