I'm currently writing a WebMatrix extension for version 2.0. I have a process I want to execute and have the output stream to an output pane, and have errors parsed to the error list. Any way to do this automatically, or access the Error List through an object model? Can't find anything in documentation or with ILSpy on Microsoft.WebMatrix.Extensibility assembly.
If this would not work, the only "workarround" I see is to open a XAML window, and redirect the output from the process to this window. This window could have an error list included as well. Any ideas?