-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Document missing CAxxxx rules #27885
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maryamariyan Would you be able to review CA1727, CA1848, CA2017, CA2253, and CA2254?
For CA1727, I feel I'm not adding any useful information.
For CA1848, I'm almost copying from ASP.NET Core docs.
@jkoritzinsky Would you be able to review CA2256, CA2257, and CA2258?
Also @gewarren for review.
Looking. FYI perhaps you could use the content in this PR to help populate information for the above 5 diagnostics: https://github.com/dotnet/roslyn-analyzers/pull/5244/files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CA1727, CA1848, CA2017, CA2253, and CA2254 changes LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Youssef1313!
docs/fundamentals/code-analysis/quality-rules/usage-warnings.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
docs/fundamentals/code-analysis/quality-rules/interoperability-warnings.md
Outdated
Show resolved
Hide resolved
docs/fundamentals/code-analysis/quality-rules/performance-warnings.md
Outdated
Show resolved
Hide resolved
docs/fundamentals/code-analysis/quality-rules/performance-warnings.md
Outdated
Show resolved
Hide resolved
docs/fundamentals/code-analysis/quality-rules/performance-warnings.md
Outdated
Show resolved
Hide resolved
docs/fundamentals/code-analysis/quality-rules/usage-warnings.md
Outdated
Show resolved
Hide resolved
docs/fundamentals/code-analysis/quality-rules/usage-warnings.md
Outdated
Show resolved
Hide resolved
docs/fundamentals/code-analysis/quality-rules/usage-warnings.md
Outdated
Show resolved
Hide resolved
docs/fundamentals/code-analysis/quality-rules/performance-warnings.md
Outdated
Show resolved
Hide resolved
docs/fundamentals/code-analysis/quality-rules/performance-warnings.md
Outdated
Show resolved
Hide resolved
docs/fundamentals/code-analysis/quality-rules/usage-warnings.md
Outdated
Show resolved
Hide resolved
@gewarren Is this ready to merge? |
Fixes #23900
Fixes #27857
Not the best documentation one can write, but at least there are pages that readers can submit feedback about.
https://github.com/dotnet/roslyn-analyzers/blob/main/src/NetAnalyzers/Microsoft.CodeAnalysis.NetAnalyzers.sarif for reference