-
Re: OverloadResolutionPriority is ignored
Fixed in LINQPad 8.7.x: LINQPad now supports the latest C# preview features, including the new field keyword. (View Post) -
Re: How to using COM Interop.IWshRuntimeLibrary in LINQPad 8
AFAIK there is no NuGet for this. How I did it for LINQPad 8 x86/x64 .NET 9 Ran Developer Command Prompt for VS. Copied file c:\windows\system32\wshom.ocx somewhere I have write access to. Ran tlbimp… (View Post) -
Re: How to customize Dump for basic types?
Run as C# Program. See also LINQPad help (Ctrl+F1) for ToDump and related samples. // It should be Program for static object ToDump below;// you can also move static class Extensions to// another fil… (View Post)