-
Re: Activate LINQPad in (really) silent mode
There's no way to do this right now - it would require activation support via LPRun. (View Post) -
Re: Util.Cleanup doesn't seem to be getting executed
Util.Cleanup is fired between query executions, but not on cancellation. To subscribe to cancellation use this.QueryCancelToken.Register(...) (View Post) -
Re: Compile LINQPad query (under C# Program-mode) into a standalone dll
Have you tried LINQPadless? https://github.com/atifaziz/LinqPadless (View Post) -
Re: Compile LINQPad query (under C# Program-mode) into a standalone dll
There's also now been the ability to #load other queries (since LINQPad 6). Does this help? (View Post) -
Re: SignalR NotSupportedException error at LinqPad using .NET 7 but no error for .NET 6
Go to Query Properties (F4), Advanced, and check "Use a non-collectible load context for this query". (View Post)