-
Re: Main behaves differently between LINQPad & LPRun
That behaviour is intentional. It's because there are two ways to call another script: - LPRun - Util.Run With Util.Run, you can pass and return richly-typed arguments, whereas with LPRun, you are re…1 · -
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 ·