-
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 · -
Re: Results Export To Excel Adds Extra Rows
Try the following: https://www.bennadel.com/blog/1095-maintaining-line-breaks-in-an-html-excel-file.htm ...Util.RawHtml (....Replace ("<br />", "<br style='mso-data-placement:…1 · -
Re: Keep #load statements when duplicate query by selection
Yes, and it should also pick up other directives such as #define, #undef and #LINQPad. I'll get this fixed.1 ·