I am trying to use LinqPad's dump feature (https://stackoverflow.com/a/9437947/3375305) from within Visual Studio. (.netCore 1.1 Console App).
I have added a reference to LinqPad.exe
, but whenever I try and run the program, a File Not Found
exception is thrown.
System.IO.FileNotFoundException: 'Could not load file or assembly 'LINQPad, Version=1.0.0.0, Culture=neutral, PublicKeyToken=21353812cd2a2db5'. The system cannot find the file specified.'
I have tried LinqPad 5.10
, 5.10 AnyCPU
, 5.21 AnyCPU (Beta)