-
Re: Activate LINQPad in (really) silent mode
If activation is successful, LINQPad will create the following file: %localappdata%\linqpad\license.xml Note that the file doesn't actually contain the license - it's just an indication that activati…1 · -
Re: Activate LINQPad in (really) silent mode
There's no way to do this right now - it would require activation support via LPRun.1 · -
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(...)1 · -
Re: Compile LINQPad query (under C# Program-mode) into a standalone dll
Have you tried LINQPadless? https://github.com/atifaziz/LinqPadless1 · -
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?1 ·