-
Re: Calling Dump() several times on the same object instance not working as expected
You're using 'Dump to Grids' mode, right? If so, this is the correct behavior. Dump to grids shows a datagrid that runs in your own process, so it shows the data in its final form. It does not do a '…1 · -
5.0.9 beta is not Authenticode signed
The 5.0.9 beta has now been released but is not Authenticode-signed. Sorry for the inconvenience - I'm overseas at the moment and am not set up with a certificate.1 · -
Re: Opening dbs with large designs
You can create a typed data context in Visual Studio and then consume that in Visual Studio. You can use either LINQ to SQL or Entity Framework. After creating your data context in VS, compile the as…1 · -
Re: Linqpad 5 upgrades
The first LINQPad 5 beta is likely to be available within a few weeks. The current offer is as good as it will get.1 · -
Re: Integrating LinqPad library from nuget into .net application
So you want to reference LINQPad from a Visual Studio project, and ask it to execute scripts? If so, you can do this simply by referencing LINQPad.exe from your VS project and calling LINQPad.Util.Ru…1 ·
