Automatic interpolated strings

老子叫甜甜 提交于 2019-12-25 09:48:06

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!