GR0058: Consider using stackalloc Span for small buffers
| Title | Consider using stackalloc Span<byte> for small buffers |
|---|---|
| Id | GR0058 |
| Category | Performance |
| Default Severity | Warning |
| Enabled By Default | True |
| Description | Recommends stackalloc Span<byte> usage for small buffers. |
| Custom Tags |