-
Re: LINQPad 5 beta & preprocessor directives
AFAIK, you get the same issue in Visual Studio when renaming symbols. Making refactoring work reliably across code that's excluded due to preprocessor directives is tricky, to say the least, and with… (View Post) -
Re: [Bug] Exception thrown by LINQPad while using Util.Dif
Thanks - I'll get a fix into the next build. (View Post) -
Re: C# 14 Extension Member support in beta?
It broke on older .NET versions. The LINQPad 8 GUI supports .NET 6 to .NET 9. The latest Roslyn package requires .NET 8+. It shouldn't really be a problem, because LINQPad 9 will enter early preview … (View Post) -
Re: C# 14 Extension Member support in beta?
Sorry: it turns out the latest Roslyn assemblies are causing issues with LINQPad, and this feature has been withdrawn for now. (View Post) -
Re: C# 14 Extension Member support in beta?
Preview support for this feature is now available in 8.9.3. (View Post)