-
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 · -
Re: "Fetching schema" message when no database code is being exercised
Regarding emailing you when a reply is posted, try Edit Profile > Notification Preferences.1 · -
Re: Macro to identifier LINQPad/Visual Studio?
#if LINQPAD (all uppercase.) You can add #if NETCORE to determine whether you're running LINQPad under .NET Core (i.e., LINQPad 6 rather than LINQPad 5).1 · -
Re: "Fetching schema" message when no database code is being exercised
In the toolbar, there's a dropdown for the connection. If you set that to something, it will try to fetch the schema for that database. I can only guess that you might have accidentally set this. You…1 · -
Re: Code sample for C# nutshell book 7th edition not in LINQPad paid.
Click "View/download more samples", and then choose the C# 7 in a Nutshell library.1 ·