-
Re: lprun6 not setting %errorlevel% on unhandled exception like linqpad5 lprun?
Looks like the fix didn't make that beta. There will be another release very soon.1 · -
Re: need separate Hijack methods and scripts for sync and async Main methods?
Here's an idea: start by defining the following pair of methods (make them public and put them in My Extensions to make them reusable): Task AsAsync (Action a) { a(); return Task.CompletedTask; }Task…1 · -
Re: lprun - Restart query on file modification
This isn't possible (at least in LINQPad 6) without externally restarting the process because there are no application domains in .NET Core. So your query has to run bareback in the LPRun process, wh…1 · -
Re: NuGet package MoreLinq is not recognised
Thanks for your feedback. I've added an "Add all namespaces" link label alongside the heading to the next beta to make it easier and to act as a call to action. Automatically adding all nam…1 · -
Re: More intellisense/code highlight on C# Attributes?
I've got a fix in the works for syntax coloring. Autocompletion on named properties might take a while.1 ·