LINQPad 6 with .NET Core 3.0 preview 7?
.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:
It uses preview-7 runtime:
typeof(int).Assembly.LocationProduces:
C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0-preview7-27912-14\System.Private.CoreLib.dllBut 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.mdWith Visual Studio 2019, this is all good:
System.Text.Json.JsonSerializer.Serialize(new { a = 3, b = 4})
Comments
Hey JoeAlbahari, Why LINQPad 6.0.13 still want preview-6 to be installed while I deleted the Microsoft.NETCore.App.ref/Microsoft.WindowsDesktop.App.ref package folder?