LINQPad.exe reference from .NET Core 3.1
We have an existing application that uses a reference to LINQPad.exe for use of LINQPad.Util functions. This works great in version 5 and now we are upgrading the application the .NET Core 3.1. When adding the reference to the latest version of LINQPad (6.8.1.0) we received "The reference is invalid or unsupported." Is taking a ref from a 3.1 application supported at this point?
Comments
For .NET Core (LINQPad 6+) you need to reference LINQPad.Runtime.dll. You can do this either directly or by adding a reference to the LINQPad.Runtime NuGet package.
Thank you Joe.