Table of Contents

GR0058: Consider using stackalloc Span for small buffers

TitleConsider using stackalloc Span<byte> for small buffers
IdGR0058
CategoryPerformance
Default SeverityWarning
Enabled By DefaultTrue
DescriptionRecommends stackalloc Span<byte> usage for small buffers.
Custom Tags