Support C# 7.2
Options
Joe, please update Microsoft.Net.Compilers in the next beta build to support new version of C#.
Thanks in advance.
https://blogs.msdn.microsoft.com/dotnet/2017/11/15/welcome-to-c-7-2-and-span
http://www.c-sharpcorner.com/article/c-sharp-7-2-new-features-with-visual-studio-2017
Thanks in advance.
https://blogs.msdn.microsoft.com/dotnet/2017/11/15/welcome-to-c-7-2-and-span
http://www.c-sharpcorner.com/article/c-sharp-7-2-new-features-with-visual-studio-2017
Comments
-
Done.
The new beta also now supports dumping Span and ReadOnlySpan. -
I might be missing something here but in v5.36.03, it doesn't seem like the Span and Memory types are available. I'm not seeing it in autocomplete. Does linqpad ship with System.Runtime (or whatever assembly is needed)?
-
You will need to reference the System.Memory NuGet package.
-
HI, I have same problem, but I can't find a Nuget 3 package for System.Memory... Any clue?