-
Re: BUG? Preprocessor directive LINQPAD
@JohnGoldsmith thanks: will fix this in the next LINQPad 5 build. (View Post) -
Dropping support for .NET Core 3.1 and .NET 5
Is anyone still using these runtimes? I'd like to drop support for these in LINQPad 8. (View Post) -
Re: Moving passwords.
There is no export/import feature - you would have to write this yourself. If you want to go down this path, press Shift+Alt+R to bring up ILSpy, then take a look at LINQPad's PasswordManager class -… (View Post) -
Re: Process file not found?
What's the value of w? Note that if it's not an executable, you must invoke it like this in .NET Core: Process.Start (new ProcessStartInfo (target) { UseShellExecute = true }) (View Post) -
Re: Why does LINQPad 7 include its own version of System.Windows.Forms.DataVisualization?
That NuGet package is a prerelease for .NET 3.0 and hasn't been updated since February 2020. I seem to remember that it contains a bug that's sometimes a blocking issue - this is why LINQPad uses a f… (View Post)