Browse Popular

Employ file-scoped namespaces (`namespace X;`).

csharp
Style Guide
.NET Conventions
#962f3c23ab62cd17First seen Mar 1, 2026

0

Up

1

Down

-1

Net

Voting History

Loading...

AI Assessment

Enforce file-scoped namespaces via `.editorconfig` (`csharp_style_namespace_declarations = file_scoped`) rather than an agent rule.

Move to Config3/10

Better enforced by tooling, not AI rules

Similar Rules