-
Notifications
You must be signed in to change notification settings - Fork 1.8k
C# 11: Support for file
scoped types.
#12234
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
Conversation
33d6919
to
35793b4
Compare
DCA looks good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks reasonable to me, especially after reviewing this commit-by-commit. Initially, trying to understand the refactoring from 8b967f9 combined with the other changes was a bit tricky.
Just one small comment about something I couldn't understand from the context of the other changes in this PR.
…bility extraction for file scoped types.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
In this PR we make support for
file
scoped types. These types are only visible in the file where they are declared.