问题
I have used interpolated strings (ie $"Hello my name is {name}" ) for a while and I use this much more heavily than ordinary strings.
Is there a way to tell the compiler that to always assume that a string is interpolated so I don't have to type the dollar sign?
Using event variable, a #pragma, something in .sln, or a nuget package?
来源:https://stackoverflow.com/questions/44166762/automatic-interpolated-strings