Is there a way to use some of the newer c# features like string interpolation, ie: var string = $"Hello {worldVar}"
Asked
Active
Viewed 47 times
2 Answers
0
Codesmith got back to me and indicated this will be in the next version when they bump their internal runtime from 4.0 to 4.7.

b_levitt
- 7,059
- 2
- 41
- 56
0
I work at CodeSmith Tools, the latest version (8.0) added support for .NET 4.7 and string interpolation.

Blake Niemyjski
- 3,432
- 3
- 25
- 41