-
Notifications
You must be signed in to change notification settings - Fork 130
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 #340
Labels
tabled
We like this idea, but we are not going to action on it in the moment
Comments
This was referenced Sep 1, 2023
Merged
JamieMagee
added a commit
that referenced
this issue
Sep 1, 2023
JamieMagee
added a commit
that referenced
this issue
Sep 1, 2023
JamieMagee
added a commit
that referenced
this issue
Sep 1, 2023
[SA1518: use line endings correctly at end of file](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1518.md) Related to #340
JamieMagee
added a commit
that referenced
this issue
Sep 1, 2023
JamieMagee
added a commit
that referenced
this issue
Sep 6, 2023
[SA1000: Keywords must be spaced correctly](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1000.md) Related to #340
JamieMagee
added a commit
that referenced
this issue
Sep 6, 2023
[SA1028: Code must not contain trailing whitespace](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md) Related to #340
JamieMagee
added a commit
that referenced
this issue
Sep 6, 2023
[SA1117: Parameters should be on same line or separate lines](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1117.md) Related to #340
JamieMagee
added a commit
that referenced
this issue
Sep 6, 2023
[SA1206: Declaration keywords must follow order](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1206.md) Related to #340
JamieMagee
added a commit
that referenced
this issue
Sep 6, 2023
[SA1206: Declaration keywords must follow order](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1206.md) Related to #340
JamieMagee
added a commit
that referenced
this issue
Sep 6, 2023
[CA1715: Identifiers should have correct prefix](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1715) Related to #340
JamieMagee
added a commit
that referenced
this issue
Sep 8, 2023
[CA1816: Call GC.SuppressFinalize correctly](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1816) Related to #340
edgarrs
added
the
z-aa-triaged
(Deprecated label) This issue has been triaged by AA
label
Sep 18, 2023
JamieMagee
added a commit
that referenced
this issue
Sep 21, 2023
[CA1816: Call GC.SuppressFinalize correctly](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1816) Related to #340
JamieMagee
added a commit
that referenced
this issue
Sep 21, 2023
[CA1816: Call GC.SuppressFinalize correctly](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1816) Related to #340
This was referenced Sep 25, 2023
jalkire
added
the
tabled
We like this idea, but we are not going to action on it in the moment
label
Feb 29, 2024
jlperkins
removed
the
z-aa-triaged
(Deprecated label) This issue has been triaged by AA
label
Apr 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an overarching issue to track analyzer warnings that are currently silenced. To fix a single warning:
.editorconfig
StyleCop.Analyzers
Microsoft.CodeAnalysis.NetAnalyzers
Quality rules
Compiler messages
Style rules
var
instead of explicit type #405Microsoft.VisualStudio.Threading.Analyzers
The text was updated successfully, but these errors were encountered: