Home

Cannot use generic math in .NET 6

.NET 6 introduced generic math, but I'm not able to use it in LinqPad.
To enable generic math in a normal C# project, we need to set EnablePreviewFeatures to true and reference package System.Runtime.Experimental.

Can LinqPad provide an option to enable this scenario?

Comments

Sign In or Register to comment.