-
Re: How do I return the focus back to the editor after running the code?
It's possible that the issue is intermittent. In any case, I'm hoping to roll 7.3.9 out to RTM fairly soon, so there will be a permanent fix.1 · -
Re: LINQPad 7 Unable to load service index for source
As far as I can see, the "GetMethodFromAppDomainStorageOrReflectionOrThrow" method is not part of .NET. If you do an Internet search on this, the only thing that comes up is references to t…1 · -
Re: Any way to log parameter values for methods defined in LinqPad? (without hardcoding parameter names)
In terms of other solutions for logging, there are functional approaches, which work well on the call-side: void Main(){ Log (() => TestMethod ("Sdf"));}string TestMethod (string x){ Con…1 · -
Re: Could not load file or assembly 'PresentationFramework, Version=6.0.2.0
Could you try re-installing .NET 6 Desktop Runtime? https://dotnet.microsoft.com/en-us/download/dotnet/6.01 · -
Re: How do I reassociate *.linq files with Linqpad 7?
Try right-clicking a .linq file in Explorer, choose 'Open With', 'Choose another app', 'More apps', scroll down, and 'Look for another app on this PC'.1 ·