You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce allocations in AnalyzerConfig.UnescapeSectionName (#80288)
* Reduce allocations in AnalyzerConfig.UnescapeSectionName
Just a simple switch to using a pooled StringBuilder. Not a huge allocator, but easy enough to switch.
0 commit comments