We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Other (describe below)
This article mentions that private static should follow the underscore notation. This page: https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/identifier-names says private static should be prefixed with s_. So, which is it?
https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/naming-rules
https://github.com/dotnet/docs/blob/main/docs/fundamentals/code-analysis/style-rules/naming-rules.md
95aa3bbf-7621-2064-f9d0-55105d55ee7e
@gewarren
Related Issues
The text was updated successfully, but these errors were encountered:
gewarren
No branches or pull requests
Type of issue
Other (describe below)
Description
This article mentions that private static should follow the underscore notation. This page: https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/identifier-names says private static should be prefixed with s_. So, which is it?
Page URL
https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/naming-rules
Content source URL
https://github.com/dotnet/docs/blob/main/docs/fundamentals/code-analysis/style-rules/naming-rules.md
Document Version Independent Id
95aa3bbf-7621-2064-f9d0-55105d55ee7e
Article author
@gewarren
Metadata
Related Issues
The text was updated successfully, but these errors were encountered: