Description
UsingToDisplayString() with format options is verbose. ANcpLua.Roslyn.Utilities provides clearer alternatives for common symbol name formats.
Bad Code
Good Code
Properties
- Category: Usage
- Severity: Info
- Enabled by default: True
- Code fix available: False
Configuration
Notes
GetFullyQualifiedName()- returnsglobal::Namespace.TypeformatGetMetadataName()- returns assembly metadata name format- Both are common operations in Roslyn analyzer development
