-
Re: file watcher on open .linq files - catches renames but not edits?
This is a good suggestion, right now I'm focusing on getting the V5 release out.1 · -
Re: OOM + 32-bit LINQPad - should suggest/link 64-bit LINQPad ?
Good call - I'll add this to the next build.1 · -
Re: C# keywords Capitalised
Can you provide a step-by-step repro?1 · -
Re: favourite db connections
When adding a connection, would it help it you chose a specific database rather than clicking "Show all in treeview?"1 · -
Re: receiving strongly-typed results from other scripts?
You can also have the query that you call return a value, like this: DateTime Main () { return DateTime.Now; } and then get to it from another query as follows: (DateTime) Util.Compile ("myquery…3 ·
