Just learning about LINQPad and I am trying to do understand what I can do with the LINQPad.Runtime NuGet package. Where can I find the docs for this? Also, is this package the right one for NET6?
Just learning about LINQPad and I am trying to do understand what I can do with the LINQPad.Runtime NuGet package. Where can I find the docs for this? Also, is this package the right one for NET6?
If you reference this package from a Visual Studio project, you can call
Util.ToHtmlStringto format objects as HTML via theDumppipeline. You can also callUtil.Runto execute LINQPad scripts - this makes it easier to pass parameters to the script and receive return values than shelling out to lprun.LINQPad.Runtime works all versions of .NET >= .NET Core 3.1.