-
Re: ToSpreadsheet() - Columns AA-AZ empty
Thanks - I've got a fix out in 8.0.11. This will update automatically in a day or two, or you can update immediately with Help | Check for Updates. (View Post) -
Re: Collection expressions confusion
This should be fixed in 8.0.12. (View Post) -
Re: Collection expressions confusion
It's possible that this has been fixed in more recent Roslyn builds. LINQPad uses the latest stable Roslyn RTM, for which C# 12 is still technically in preview status. LINQPad will use the newer Rosl… (View Post) -
Re: Finish LINQPad Dark Theme?
Thanks - I did not know about this API. Will add this to the next build. (View Post) -
Re: What is default accessibility modifier for struct Point in my code?
The types accessibility will remain internal (the default). LINQPad does not change the accessibility of any of your types. I don't think 4.59 supports the nonest option, nor the ability to define na… (View Post)