Status of LINQPad 6?
Hi, I just wondering is there any plan to release LINQPad 6 recently? No matter alpha or beta?
And what will change in LINQPad 6 compare with LINQPad 5?
And what will change in LINQPad 6 compare with LINQPad 5?
Comments
LINQPad 6 also has a revamped driver model, making it easier to write and publish data context drivers. All you will have to do is publish a NuGet package, and the driver will be visible to everyone. It will also be possible to dual-target drivers, so the same Visual Studio project will generate drivers for both LINQPad 5 and LINQPad 6.
I've also re-written the NuGet downloader. It now downloads and pulls assemblies directly from the machine cache, and is faster and more efficient.