-
Re: LinqPad single exe
You can do this by including the assemblies as embedded resources and loading them on demand via the AppDomain's AssemblyResolve event. Look at the last code listing on this page: http://www.alb…2 -
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 af…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
