-
Notifications
You must be signed in to change notification settings - Fork 461
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
Tidy up wizard code to be able to remove more StyleCop supression entries #868
Comments
see issue #867, analyzer isn't in every project. Is that going to affect anything you have? I'll go through and start adjusting. |
All blocking issues (linked above) have been addressed. |
woot! |
is this realistic for 1.3? I would say lets focus on stability at this point. |
low priority, I vote to punt. This also potentially touches a lot of the wizard code (depending on how much gets addressed) and we should be heading more towards stabilization |
Moving to 1.5, we removed a lot of supressions, but left some due to high impact |
I've added a PR which addresses a few more issues. I don't think "We follow the C# Core Coding Style and not require this rule." is a sufficient reason not to address SA1516 (separating elements with spaces) I'd also like to address SA1401 (Fields must be private.) |
SA1516 We addressd others and probably copy an pasted the justification. Agree to adress both |
Verified in dev |
The GlobalSupressions.cs file (in SolutionFiles folder and used by multiple projects) includes a large number of supressions that were only added to get the checks to pass. The intention was always that these would eventually be tied up. Now is the time to do that tidying.
Anything with the following justification should be removed and violations fixed or given a proper justification if we genuinely need the suppression.
The text was updated successfully, but these errors were encountered: