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
I have some legacy code which uses quite a lot of String.Concat like the following snippet.
Is it possible to add an analyzer to convert them to interpolated strings?
I have some legacy code which uses quite a lot of
String.Concat
like the following snippet.Is it possible to add an analyzer to convert them to interpolated strings?
Expected result:
The text was updated successfully, but these errors were encountered: