-
Notifications
You must be signed in to change notification settings - Fork 93
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
Fix analyzer warnings #202
Labels
good first issue
Good for newcomers
status:in-progress
Someone is working on implementation
type:refactor
Refactoring or improving of existing code
Comments
JamieMagee
added a commit
that referenced
this issue
Aug 16, 2022
Related to #202 Commas should not be preceded by whitespace https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1001.md
Merged
JamieMagee
added a commit
that referenced
this issue
Aug 16, 2022
Related to #202 Single line comment should begin with a space https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md
Merged
JamieMagee
added a commit
that referenced
this issue
Aug 16, 2022
Related to #202 Single line comment should begin with a space https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1105.md
Merged
JamieMagee
added a commit
that referenced
this issue
Aug 16, 2022
Related to #202 inheritdoc should be used with inheriting class https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1648.md
Merged
JamieMagee
added a commit
that referenced
this issue
Aug 17, 2022
Related to #202 File is required to end with a single newline character https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1518.md
Merged
Merged
This was referenced Aug 19, 2022
Merged
Merged
Merged
Merged
JamieMagee
added a commit
that referenced
this issue
Aug 20, 2022
Related to #202 Using directive for '...' should appear before directive for '...' https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md
JamieMagee
added a commit
that referenced
this issue
Aug 20, 2022
Related to #202 Constant fields should appear before non-constant fields https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1202.md
Merged
Merged
AdamPlaskitt
added a commit
to AdamPlaskitt/component-detection
that referenced
this issue
Aug 28, 2022
Parameter list should follow declaration. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1114.md Related to microsoft#202
amitla1
pushed a commit
that referenced
this issue
Aug 30, 2022
Parameter list should follow declaration. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1114.md Related to #202
This was referenced Aug 31, 2022
Merged
Merged
Merged
Merged
amitla1
added a commit
that referenced
this issue
Sep 1, 2022
* Related to #202 Block statements should not contain embedded comments https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1108.md * Remove trailing whitespace warning Co-authored-by: amitla1 <[email protected]>
AdamPlaskitt
added a commit
to AdamPlaskitt/component-detection
that referenced
this issue
Sep 3, 2022
Prefix local calls with this. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1101.md Related to microsoft#202
Merged
This was referenced Oct 25, 2022
This was referenced Oct 28, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Good for newcomers
status:in-progress
Someone is working on implementation
type:refactor
Refactoring or improving of existing code
This is an overarching issue to track analyzer warnings that are currently silenced. To fix a single warning:
.editorconfig
Table of Contents
StyleCop.Analyzers
Microsoft.VisualStudio.Threading.Analyzers
Roslyn
StyleCop.Analyzers
StyleCop.Analyzers
Refactor: Fix warnings SA1201, SA1210, SA1200, SA1142 #239Refactor: Fix warnings SA1201, SA1210, SA1200, SA1142 #239Refactor: Fix warnings SA1201, SA1210, SA1200, SA1142 #239Microsoft.VisualStudio.Threading.Analyzers
Roslyn
Introduced with .NET 6 migration
Language rules
Code quality rules
StyleCop.Analyzers
The text was updated successfully, but these errors were encountered: