Table of Contents

GR0057: Consider using Span instead of fixed statements

TitleConsider using Span<T> instead of fixed statements
IdGR0057
CategoryPerformance
Default SeverityWarning
Enabled By DefaultTrue
DescriptionRecommends Span<T> usage instead of fixed statements for safer memory access.
Custom Tags