Raw string literals
LinqPad doesn't seem to support raw string literals yet... right? I did a bit of searching, but I can't find anything about it. That makes me wonder if I'm doing something wrong. Is this feature just too new and so it is understood that it is not going to work in LinqPad, or does it work for other people and my settings just need to be adjusted?
For reference, I'm using
LinqPad 7 beta (7.5.9)
.NET 7.0 RC.1.22426.10
under Edit->Preferences->Query I have the "Use Roslyn Daily build (C# 11 experimental compiler)" box checked (version 4.5.0-1.22504.2)
Comments
Go to Edit | Preferences > Query to enable C# language preview features.
A tutorial for raw string literals is available in the samples - What's new in C# 11.