dotnet/aspnetcore

Consistent naming standard for private static fields

Open

#50,888 opened on 2023年9月23日

GitHub で見る
 (3 comments) (0 reactions) (1 assignee)C# (10,653 forks)batch import
area-infrastructurehelp wanted

Repository metrics

Stars
 (37,933 stars)
PR merge metrics
 (平均マージ 16d 9h) (30d で 258 merged PRs)

説明

dotnet/aspnetcore mixes _underscore and PascalCase for private static fields. We should pick one for consistency and enable a naming rule to enforce it.

Search results: https://github.com/search?q=repo%3Adotnet%2Faspnetcore%20%22private%20static%20readonly%22&type=code

Note: dotnet/runtime uses s_ prefix.

コントリビューターガイド