-
Re: Array Indexes
There should be a fix for this in 8.4.3. LINQPad now shows C#-style indexers in type descriptions rather than Reflection-style indexers. typeof (int[,][]).Dump ("C# style");typeof (int[,][]… (View Post) -
Re: How do I view a Span<Byte> in the Debugger?
This should now be fixed in 8.4.9. (View Post) -
Re: Make the 'what's new' page go to a page on the website instead of a local file
I'll make the WhatsNew feature dark theme friendly in the next build. (View Post) -
Re: Offline Activation
Did you follow the instructions exactly? You will need to right-click the label that says 'Activation Requires Internet Connectivity' to get the box for entering the offline code. (View Post) -
Re: Problems with tables named "system" and "file"
Thanks. The issue with a table called 'file' is a regression caused by the addition of the file contextual keyword in C# 11. This will be fixed in the next beta, later in the week. (View Post)