-
Re: Help! LPRun.exe exceptions not setting %errorlevel%
This was fixed 3 years ago insofar as setting the %errorlevel% to 1 when the query throws an unhandled exception. In the 5.35.1 beta, I've also allowed you to return a non-zero value by returning an …1 · -
Re: multithreading (unexpected?) behavior
Or alternatively, add the following code anywhere in your script: Util.NewProcess = true;1 · -
Re: Please don't prevent installing native package in LINQPad
From v5.34, you can now reference NuGet packages that contain only native libraries, providing that the native libraries are located in a folder whose name follows a standard convention (i.e., contai…2 · -
Re: Linqpad Intellisense very slow
I've just uploaded a new beta (5.33.10) with an embedded profiler. Go to Help | About and click "Start internal profiling". Then create a query, type "var" or whatever causes it t…1 · -
Re: LINQPad.Controls pause for input
How about this:void Main() { var radioOne = new RadioButton ("group1", "One").Dump(); var radioTwo = new RadioButton ("group1", "Two").Dump(); var radioThree =…3 ·