Linux support for LPRun8
I know LINQPad are not support Linux. As we all knows that .NET is cross-platform, is it possible provide a special version of LPRun8 that support Linux? Sometime I want to run some automation tasks that write in .NET and run on Linux.
Comments
If you reference LINQPad.Runtime.dll and call Util.Run, you might have some success running under Linux. This is a side-effect of recent preparatory work for MacOS, during which a fair bit of cross-platform work was done on LINQPad.Runtime so that it could pass smoke tests under WSL. If you like, you can email me with issues that you run into - it's likely that I'll need to address them anyway for MacOS.