Analyzer: Introduce an analyzer to recommend the more efficient string splitting features in .NET 8 #85487
Labels
api-approved
API was approved in API review, it can be implemented
area-System.Runtime
code-analyzer
Marks an issue that suggests a Roslyn analyzer
help wanted
[up-for-grabs] Good issue for external contributors
partner-impact
This issue impacts a partner who needs to be kept updated
Milestone
Introduce a performance-centric analyzer that detects uses of String.Split and recommends the new more efficient string splitting functionality from MemoryExtensions. I'm not sure a fixer can be provided here, it might be too complicated for that. But having an analyzer to point out an obvious place that can get a perf boost is still useful.
Category : Performance
Severity : Info
The text was updated successfully, but these errors were encountered: