GR0057: Consider using Span instead of fixed statements
| Title | Consider using Span<T> instead of fixed statements |
|---|---|
| Id | GR0057 |
| Category | Performance |
| Default Severity | Warning |
| Enabled By Default | True |
| Description | Recommends Span<T> usage instead of fixed statements for safer memory access. |
| Custom Tags |