Home

LINQPad 6 with .NET Core 3.0 preview 7?

edited July 2019
.NET Core 3.0 preview 7 released today, but LINQPad 6(6.0.11) seems don't directly support it.
It uses preview-7 runtime:
typeof(int).Assembly.Location
Produces:
C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0-preview7-27912-14\System.Private.CoreLib.dll
But some did not support preview-7 API:
// https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/api-diff/preview7/3.0-preview7.md
System.Text.Json.JsonSerializer.Serialize(new { a = 3, b = 4})
With Visual Studio 2019, this is all good:

Comments

Sign In or Register to comment.