IntelliTect / IntelliTect/CodingGuidelines
Review naming recommendation for fields
Đang mở
.editorconfig
C# coding guidelines
proposal
- Ngôn ngữ chính
- C#
- Star
- 12
- Fork
- 16
- Merge trung bình
- 2 phút
- Pull request đã merge (30 ngày)
- 7
Mô tả
Right now our naming standard (Underscore + CamelCase) differs from the more common (Underscore + PascalCase).
Following our guideline is now getting flagged in Visual Studio due to new .editconfig defaults.
https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/naming-rules#rule-id-ide1006-naming-rule-violation
This can be mitigated by adjusting your editorconfig, but requires someone making a change from the default.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.