Currently .NET Core 6.0 Preview 7 introduces EnablePreviewFeatures for unstable APIs, just wondering if LINQPad can add a switch to enable it?
EnablePreviewFeatures
https://github.com/dotnet/designs/blob/main/accepted/2021/preview-features/preview-features.md#enabling-a-preview-feature
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.
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.