Create Invoke-LinqPad Cmdlet for powershell
Create Invoke-LinqPadQuery-Cmdlet for powershell: Instead of format the output as Text/Html write the objects given to "Dump" to the powershell pipe for further processing
8
votes
Wolfgang Gross
shared this idea
-
Anonymous commented
A workaround I use is a simple script that runs a *.linq file and returns the dumped result as a powershell object: http://pastebin.com/tNGQgBEe
The ArgumentList array is passed to the Main method.