dotnet/aspnetcore

Consistent naming standard for private static fields

Open

#50,888 创建于 2023年9月23日

在 GitHub 查看
 (3 评论) (0 反应) (1 负责人)C# (10,653 fork)batch import
area-infrastructurehelp wanted

仓库指标

Star
 (37,933 star)
PR 合并指标
 (平均合并 16天 9小时) (30 天内合并 258 个 PR)

描述

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.

贡献者指南