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
CSharpLanguage.ToCSharpString usage of StringBuilder not optimal, it's calling bunch of StringBuilder.Insert(0, x), then StringBuilder.ToString. In most case, there should be ony a single string, so no allocation is needed.
Steps to reproduce
CSharpLanguage.ToCSharpString usage of StringBuilder not optimal, it's calling bunch of StringBuilder.Insert(0, x), then StringBuilder.ToString. In most case, there should be ony a single string, so no allocation is needed.
For more detailed analysis/suggestion: check
https://www.linkedin.com/feed/update/urn:li:activity:7097628892848410624/
https://app.beehiiv.com/posts/b3c9d7bb-56ec-4a71-8070-78e23cbc2c80/analytics
The text was updated successfully, but these errors were encountered: