-
Re: Linq query not returning the generated SQL results in entity framework object context connection
This should be fixed in LINQPad 5 - can you try running it in LINQPad 5 and confirming?1 · -
Re: Is it possible to use diferent Styles (Css) for diferent Queries
The most recent beta lets you apply styles when calling Dump: Util.WithStyle (Customers.Take (100), "text-align: right").Dump(); This won't achieve the selective styling you're after, howev…1 · -
Re: Mismatch dll reference between autocompletion and executing
Yes, I'll look into it. Intellisense should also use the version in the LINQPad folder (and warn you about the double.)1 · -
Re: Missing Method Exceptions
I've just uploaded another beta that automatically generates binding redirects for FSharp.Core. This should fix the problem in the sample query.1 · -
Re: Activation via proxy in big infrastructure
The URLs used for activating LINQPad are http://www.linqpad.net/licensing/* If you whitelist the above, you should be able to work around the authentication issue.1 ·
