-
Feature Request: Support for Per-Monitor DPI Awareness in LINQPad 8
Hello LINQPad Team, I'd like to request an enhancement for LINQPad 8 to support per-monitor DPI awareness. Currently, LINQPad 8 is confined to using the DPI setting of the primary monitor, which can … (View Post) -
Any interest to support C# script ".csx" file extension?
There is a .csx editor: RoslynPad, seems pretty powerful, and which is open source, cross-platform and .NET Core supported, compile-to-dll supported: https://github.com/aelij/RoslynPad The ".csx… (View Post) -
Re: LINQPad Plugins?
Hi @sgmoore , here is my proposal: void Main(System.Windows.Forms.Keys key, string queryPath){ string lpQueryPath = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + @"\LINQPad … (View Post) -
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? https://github.com/dotnet/designs/blob/main/accepted/202… (View Post) -
Re: Cannot use generic math in .NET 6
Hi @hez2010 , I submitted a same ticket here: https://forum.linqpad.net/discussion/2491/enablepreviewfeatures-support-for-net-core-6-0-preview-7 Really would like to have PreviewFeatures exists in LI… (View Post)