-
Re: IEnumberable.Dump with exclusions
The exclude option applies only to the type that's been dumped. This is so that when you expand sub-objects, properties with the same name won't also get excluded. So by casting to IEnumerable, you'l…1 · -
Re: LINQPad - Unhandled Thread Exception
Go to %localappdata%\linqpad\logs. You should find more details written to the log.txt file. If the problem is not self-evident, post the details here.1 · -
Re: Latest version and its release date
A new RTM build is likely next month (May).1 · -
Re: Latest version and its release date
5.26.01 was released in November 2017.1 · -
Re: How does LINQPad handle MDF files?
This is a feature of SQLExpress (and localdb). You can specify the name of a database to which to attach when creating a connection, without needing to register the database in advance.1 ·
