-
Re: What information does LINQPad use to generate Association attributes/Navigation Properties?
It just reads the foreign key constraints and builds it from that. Sometimes it's unable to infer a name for an association, or the name is duplicated in another association or property, but that's q…1 · -
Re: Will Util.Chart available in LINQPad 6?
Charting was shipped in the last automatic update :)1 · -
Re: NuGet problem in LINQPad 5 - missing assemblies in net48 profile
It's now RTM. The automatic updates will take place over the next week or so.1 · -
Re: NuGet problem in LINQPad 5 - missing assemblies in net48 profile
Yes, within a few days.1 · -
Re: Provide option to disable SQL log in LINQPad?
Yes: ExecutionEngine.SqlTranslationsEnabled = false;2 ·