-
Re: Alternatative nuget sources
I've added NuGetSources.xml to the list of portablizable files: https://www.linqpad.net/PortableDeployment.aspx This means you can copy that file into the LINQPad.exe/LPRun.exe folder, and it will ta…1 · -
Re: Util.Run() cannot run consecutive scripts with identical data connection
Thanks for the repro - the problem is caused by LINQPad prematurely cleaning up a cached data context assembly. This will be fixed for the next build.3 · -
Re: Int16 column is not displayed with SQLite
I've just uploaded a fix. The driver now supports all the integer types listed in https://www.sqlite.org/datatype3.html Download the IQ driver again and let me know.1 · -
Re: Hierarchical 'My Extensions' possible?
nescafe - you can run multiple instances of LINQPad if you start LINQPad via the executable, rather than double-clicking a .linq file.1 · -
Re: How do I format the output window?
Another option is to request a fixed font on demand, with Util.WithStyle:Util.WithStyle ( <whatever-you-want-to-dump> , "font-family:consolas") You can write this as an extension meth…2 ·
