-
Re: How to use snippet for remark method in linqpad?
Yes, you can write a custom snippet to do this in LINQPad 5. Right-click the editor and choose 'Create Code Snippet' and type in this: /// <summary>/// $end$/// </summary>1 · -
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 ·