Automatic interpolated strings

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?

0
source share

Source: https://habr.com/ru/post/887071/


All Articles