dotnet / dotnet/docs

Naming Convention Violation in Section 22.5.7.5 of C# Specification

Open
#45,073 0 comments 0 reactions 0 assignees View on GitHub
:watch: Not Triaged
Dominant language
No language data
Stars
4.8k
Forks
6.1k
Avg merge
19h 10m
Merged PRs (30d)
268

Description

### Describe the issue or suggestion

Hi,
In [Section 22.5.7.5: The DoesNotReturnIf Attribute](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/attributes#22575-the-doesnotreturnif-attribute), the `private bool isInitialized` field does not follow C# naming conventions and should be `private bool _isInitialized`.

Thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.