make it possible to reference and execute .linq files
When saving a .linq file, make it actually save as a compiled .exe but renamed, allowing us to reference the scripts in our projects and execute them from the command line.
303
votes
mcintyre321
shared this idea
-
james.manning commented
This use case is largely handled by lprun.exe now
-
Maxwell Bloch commented
lprun FTW
-
Michael Herman commented
-
mcintyre321 commented
when the script throws exceptions, it can write them to the console window using the code below which would make the scripts show up in VS as errors in the Error List