Getting Mono compiler output in a web application using StreamReportPrinter
Posted by: JonGalloway.ToString(),
on 02 Jun 2011 |
View original | Bookmarked: 0 time(s)
I've been continuing my experiment with Mono's compiler as a service in an ASP.NET MVC application and making pretty good progress. One of the difficulties I ran into along the way was in troubleshooting compiler errors when I'd deployed the application. Almost all of the content and documentation on Mono.CSharp is in a console application / REPL scenario, which doesn't help in tracking down errors in a web application. To recap from before, most of the samples you'll see for using Mono.CSharp look...