GR0062: Consider using ReadOnlySpan for string comparisons
| Title | Consider using ReadOnlySpan<char> for string comparisons |
|---|---|
| Id | GR0062 |
| Category | Performance |
| Default Severity | Warning |
| Enabled By Default | True |
| Description | Recommends ReadOnlySpan<char> usage for efficient string comparisons. |
| Custom Tags |