Table of Contents

GR0055: Consider using ReadOnlySpan instead of Substring

TitleConsider using ReadOnlySpan<char> instead of Substring
IdGR0055
CategoryPerformance
Default SeverityWarning
Enabled By DefaultTrue
DescriptionRecommends ReadOnlySpan<char> usage instead of Substring for non-copying string slicing.
Custom Tags