-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Documentation for CA1848 and CA1727 doesn't exist. #27144
Comments
This page indicates that these are known gaps in the documentation: https://github.com/dotnet/roslyn-analyzers/blob/9cd12bf61357662069562f350e1bf09a87a0940e/src/NetAnalyzers/RulesMissingDocumentation.md. |
Thanks, @gewarren 🙂 With VS2022 just released, I think a lot of people are going to start seeing these warnings 🙂 |
Closing this as a dupe of #23900. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Help us make content visible
In Visual Studio, clicking the warning
CS1848: For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogInformation(ILogger, string, params object[])'
takes me to https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1848 , and clicking the warningCA1727: Use PascalCase for named placeholders in the logging message template
takes me to https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1727These pages don't exist.
Describe the new article
The text was updated successfully, but these errors were encountered: