-
Re: Format numbers in Dump and still get sum
The ToDump method needs to be defined outside the MyExtensions class. https://www.linqpad.net/CustomizingDump.aspx1 · -
Re: How to use snippet for remark method in linqpad?
This feature is available in LINQPad 6, but not LINQPad 5. Note that it generates a simplified XML comment, i.e.: /// <summary></summary>1 · -
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 ·