-
Re: Accessing Roslyn Quoter in LINQPad 6
Highlight some text, right-click and choose 'Build selected code with Roslyn factory methods'. FWIW, the latest beta restores the old visualizer.1 · -
Re: Does Util.Cache() reliably cache the results of asynchronous functions?
The serializable restriction applies to types that you've defined in the script itself, when you make changes to the script. For other types, it can re-use the existing object.1 · -
Re: #load-ed script intellisense file extensions
Fair enough: I'll make this consistent for the next build.2 · -
Re: sql to linq
LINQPad doesn't convert from SQL to LINQ. There is a tool called Linqer which does this - let me know if you'd like a refund. More info here: https://linqpad.uservoice.com/forums/18302-linqpad-featur…1 · -
Re: LINQPad 6 and .NET Core 3.1
Your netcore 3.0 is incorrectly installed: that there's an entry for Microsoft.AspNetCore.App and Microsoft.WindowsDesktop.App, but not for Microsoft.NETCore.App. Either completely remove netcore 3.0…1 ·