Can C#/Visual Studio naming rules be configured to flag single-letter prefixes?
The naming rule violations can be configured in VS via Tools > Options > Text Editor > C# > Code Style > Naming for camelCase and flag locals and parameters with unexpected prefixes like _IsVisible
or m_Name
, while allowing them for private fields.