I used interpolated strings (for example, $ "Hello, my name is {name}"), and I use it a lot more than regular strings.
Is there a way to tell the compiler to always assume that the string is interpolated, so I don't need to enter a dollar sign?
Using event variable, #pragma, something in .sln or nuget package?
source share