Naming Convention Violation in Section 22.5.7.5 of C# Specification

Open Beginner friendly
#45,073 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
72/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
csharp
Domain
documentation

Research direction

Open the linked C# specification and navigate to Section 22.5.7.5, “The DoesNotReturnIf Attribute.” Locate the private bool isInitialized field and update its name to follow the stated C# naming convention. Done means the section uses the corrected field name consistently.

Written by the indexing model from the issue text.

Description

:watch: Not Triaged
Describe the issue or suggestion

Hi,
In Section 22.5.7.5: The DoesNotReturnIf Attribute, the private bool isInitialized field does not follow C# naming conventions and should be private bool _isInitialized.

Thanks!

Dominant language
No language data
Stars
4.8k
Forks
6.1k
Avg merge
15h 30m
Merged PRs (30d)
374

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dotnet/docs

All issues in dotnet/docs

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.