Skip to content

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
@ReubenBond ReubenBond changed the title Add accessibility modifiers when absent Prefer const over readonly Mar 20, 2025
@ReubenBond ReubenBond merged commit 8b11234 into dotnet:main Mar 20, 2025
25 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Apr 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants