-
Re: NuGet references missing from Query object model?
The new beta is out: http://www.linqpad.net/download.aspx#beta1 · -
Re: NuGet references missing from Query object model?
Yes, it's an omission that there's no NuGetReferences property. I'll fix this in the next beta build (day or two). In the meantime, GetRawHeader will return everything, as kingkeith suggested.2 · -
Re: Renaming properties on generated Table classes
If you name the column 'GridID' rather than "GridId', you'll get a better result.1 · -
Re: Latest beta too slow while typing
I can't reproduce... is this happening on just one machine? P.S. Are you aware that you can dump dataflow blocks for a real-time visualization? Also, Pizza.Make() needs to be async and you need to aw…1 · -
Re: LINQPad auto-completion is too aggressive for lamba expressions
Which version of VS are you running? I'm running VS2015 14.0.24720.00 Update 1 and VS auto-completes the "s" to "sbyte" in the same way. (The reason for this is that there's a bug…1 ·