GR0054: Consider using Span instead of copying arrays
| Title | Consider using Span<T> instead of copying arrays |
|---|---|
| Id | GR0054 |
| Category | Performance |
| Default Severity | Warning |
| Enabled By Default | True |
| Description | Recommends Span<T> usage instead of Array.Copy or Clone for memory-efficient operations. |
| Custom Tags |