Skip to content
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

Add accessibility modifiers when absent #8533

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

cybertyche
Copy link
Contributor

@cybertyche cybertyche commented Jul 7, 2023

This PR ensures that all classes, interfaces, class members, etc. have accessibility modifiers present. This was the result of a tool run by Visual Studio followed by a lot of manual cleanup (for some reason, the tool decided to remove readonly modifiers, which was odd so I added them back).

In one or two cases only, I changed a private readonly to a private const where it made sense to do so as part of that manual cleanup.

Microsoft Reviewers: Open in CodeFlow

@ReubenBond ReubenBond self-assigned this Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants