EnablePreviewFeatures support for .NET Core 6.0 Preview 7?
Currently .NET Core 6.0 Preview 7 introduces EnablePreviewFeatures
for unstable APIs, just wondering if LINQPad can add a switch to enable it?
Currently .NET Core 6.0 Preview 7 introduces EnablePreviewFeatures
for unstable APIs, just wondering if LINQPad can add a switch to enable it?
Comments
This should now work in LINQPad 7:
https://www.linqpad.net/LINQPad7.aspx
You will also need to:
- Add a NuGet reference to System.Runtime.Experimental
- Go to Edit | Preferences > Query and check Enable C#/F# Preview Features.