-
Re: Linqpad, Entity Framework and .net 5.0 (vNext)
This might become a reality as EF7 matures. Right now, EF7 lacks features such as lazy loading of navigation properties, and this would degrade the experience.1 · -
Re: Can't install nuget v3.0 packages
The LINQPad beta released a few hours ago uses NuGet 2.9.0, but this doesn't appear to fix the problem. It looks like I will have to migrate LINQPad to NuGet 3.0, which is a non-trivial exercise.1 · -
Re: UI Bug Report
The ArgumentException and Dump depth number selector bugs have been fixed in the 4.05 beta: http://www.linqpad.net/download.aspx#beta The debugger listviews don't support sorting. Being unable to dou…1 · -
Re: Suppressing the ToString() in Dump method?
The newest beta suppresses the .ToString representation for anonymous types: http://www.linqpad.net/download.aspx#beta1 · -
Re: Dump the current value of the timer
This is now available in the new beta: http://www.linqpad.net/download.aspx#beta Util.ElapsedTime.Dump();1 ·
