Home
Options

can I pipe linq results to linqpad in a unit test?

I'm writing unit test for an MVC project that uses LINQ extensively.
Is it possible to reference linqpad in the project to also pop-up a display of the results?
Or maybe could I call its command line using the powershell automation interface?
My goal is to give a unit test user the option to view the results visually.
Thanks,

Comments

Sign In or Register to comment.