-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Minimize net diff of binder-gen visibility/identifier-clash fix #91974
Conversation
Tagging subscribers to this area: @dotnet/area-extensions-configuration |
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. will be good to wait @eiriktsarpalis to look at the change in the json source gen.
Following offline discussion with @eiriktsarpalis, I've addressed his last concern regarding using the built-in API for accessibility checks. 3b82834 |
src/libraries/Microsoft.Extensions.Configuration.Binder/gen/Specs/KnownTypeSymbols.cs
Show resolved
Hide resolved
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.
Thanks!
Follow up to #91657. Primarily reverts JSON changes made in that PR.
#91967 shows the overall diff of the bug fix and addresses feedback to switch to use the Roslyn API for accessibility checks.