-
Re: Error: Could not find stored procedure 'dbo.sp_MShasdbaccess'
Have you ticked the 'SQL Azure' checkbox in the connection properties? (The newest beta has a check to prevent this unhelpful message when testing a connection without the right checkbox having been …1 · -
Re: Portable ResultStyles.LINQPad6.css
Yes, this will be in the next build.1 · -
Re: [Bug] InvalidCastException when adding parameters to a C# 9 positional record type
The exception is thrown within the Roslyn libraries, so I suspect that this is either a glitch in the daily build, or a case of the tooling libraries not having caught up.1 · -
Re: [Feature Request] IntelliSense completion for unimported types and extension methods
I see. I'll look at what's involved.1 · -
Re: Copying referenced files to a subfolder within Output folder
If you reference a NuGet package with content files, LINQPad will recursively copy the following folders automatically: contentFiles\any contentFiles\cs Otherwise, you could use LINQPad's OnInit hook…1 ·