-
Re: Selecting a Framework
LINQPad 8 supports only .NET 3.1 and later, i.e., .NET Core 3.1, 5, 6, 7, 8, and 9. For .NET Framework 4.x support, you need to download LINQPad 5.2 · -
Re: LINQPad for macOS: First public preview!
The sample download feature hasn't been implemented yet - it's coming soon.1 · -
Re: Get run values at start from the user
You can also use Util.ReadLine with an enum: var env = Util.ReadLine<Env> ("what environment?", Env.Dev);enum Env { Dev, Sys, Stg, Prd };1 · -
Re: is it possible to create a self hosted api endpoint within linqpad?
There's a demo in the inbuilt samples. Press Ctrl+F1 and search for ASP.NET web.2 · -
Re: WebView2 bug with pdfs
Also, a word of warning: this will crash on the non-xcopy version of LINQPad because WebView2 will try to write temporary files to the folder where LINQPad is installed in %programfiles%. To work aro…1 ·