-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[StyleCleanUp] Add missing accessibility modifiers on members (IDE0040) #10021
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
[StyleCleanUp] Add missing accessibility modifiers on members (IDE0040) #10021
Conversation
src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlMarkupExtensionWriter.cs
Show resolved
Hide resolved
@h3xds1nz |
@dipeshmsft Means I didn't do these by hand, just applied fix per-project. |
16c26f2
to
9e27641
Compare
9e27641
to
28e59e7
Compare
@harshit7962 Should be all done; I've built it on top of this one, felt easier. And yeah, solving IDE0040 resolved SA1400 occurrences as well, so I've removed both from |
@h3xds1nz could you revert the changes in the generated files and instead make those changes in the generator and run that file to see the corresponding changes in the generated files? |
b7196e1
to
5e9a4e3
Compare
@siagupta0202 Done but with a workaround as one generated resource is |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10021 +/- ##
===================================================
+ Coverage 11.55663% 11.56123% +0.00459%
===================================================
Files 3214 3214
Lines 648502 648452 -50
Branches 71510 71510
===================================================
+ Hits 74945 74969 +24
+ Misses 572396 572226 -170
- Partials 1161 1257 +96
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
LGTM |
@h3xds1nz Thank you so much for your tremendous help! |
@siagupta0202 Thank you :) Sent #10601 next to continue the journey. |
Fixes #10284
Fixes #10288
Description
Adds missing accessibility modifiers throughout the codebase. All of the edits were done automatically.
Customer Impact
Cleaner codebase.
Regression
No.
Testing
Local build.
Risk
Minimal.
Microsoft Reviewers: Open in CodeFlow