dotnet/aspnetcore

Consistent naming standard for private static fields

オープン

#50,888 opened on 2023/09/23

 (3 件のコメント) (0 件のリアクション) (1 人の担当者)C# (10,653 件のフォーク)batch import
area-infrastructurehelp wanted

Repository metrics

Stars
 (37,933 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

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