mpfr.NET
mpfr.NET copied to clipboard
Fix a compatible issue in .NET Core
There was a breaking change in .NET Core - they changed the default for UseShellExecute from true to false.
Without UseShellExecute, it will work reliably only in .NET Framework. In .NET Core, it will fail unless the 7zdec.exe file happens to be in the current directory.
This issue is reported from LINQPad 6 user: https://forum.linqpad.net/discussion/1977/system-numerics-mpfr-works-in-linqpad-5-but-not-working-in-linqpad-6