-
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… (View Post) -
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)