-
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 · -
Re: LinqPad single exe
You can do this by including the assemblies as embedded resources and loading them on demand via the AppDomain's AssemblyResolve event. Look at the last code listing on this page: http://www.albahari…2 ·
