GR0055: Consider using ReadOnlySpan instead of Substring
| Title | Consider using ReadOnlySpan<char> instead of Substring |
|---|---|
| Id | GR0055 |
| Category | Performance |
| Default Severity | Warning |
| Enabled By Default | True |
| Description | Recommends ReadOnlySpan<char> usage instead of Substring for non-copying string slicing. |
| Custom Tags |