I have an app with multiple C# project. The app gets published as a single-file to make deployment a lot easier. Now I want to reference this single .exe /.dll in a LINQPad query to use types inside it.
I tried to add the reference as usual but this does not work.
Is this possible?
I'm using LINQPad 7.7.15 (x64)