-
Re: Framework version per query
There's now a dropdown box in the toolbar: https://twitter.com/rothdave/status/1308775566351499264/photo/11 · -
Re: Write to StdOutput/StdError stream should never blocks LINQPad running
Try the latest beta and let me know if it's still a problem.1 · -
Re: LINQPad 6.10.9 not using latest .NET Core 5.0 RC version
This should now be fixed in 6.10.11. Let me know how you get on.1 · -
Re: Error when #load a .linq file with record type inside
Thanks for reporting - it no longer throws in 6.10.11. Let me know how you get on.1 · -
Re: Enumerate Stored Procedure
Stored procedures are not part of the mapping, but you can still list them via Reflection: typeof (TypedDataContext).GetMethods(BindingFlags.Public | BindingFlags.Instance | BindingFlags.DeclaredOnly…1 ·