-
Re: lprun - Restart query on file modification
This isn't possible (at least in LINQPad 6) without externally restarting the process because there are no application domains in .NET Core. So your query has to run bareback in the LPRun process, wh…1 · -
Re: NuGet package MoreLinq is not recognised
Thanks for your feedback. I've added an "Add all namespaces" link label alongside the heading to the next beta to make it easier and to act as a call to action. Automatically adding all nam…1 · -
Re: More intellisense/code highlight on C# Attributes?
I've got a fix in the works for syntax coloring. Autocompletion on named properties might take a while.1 · -
Re: REQUEST : Replace "GO" with appropriate provider "batch-delimiter".
Can I ask for what reason? The 'GO' keyword is not sent to the database server - it's parsed by the LINQPad client and then each batch is sent separately to the server. So it will work with any back-…1 · -
Re: "Fetching schema" message when no database code is being exercised
It makes a difference to error checking and autocompletion. Additional types and members become available when a connection is enabled. If there's an unresolved type or member in your script, it can'…1 ·