I\'m having a problem with RazorGenerator: it can\'t compile views that uses my custom helper:
App_Code/ViewHelper.cshtml
@helper test(System.Web.Mvc.Ht
It turns out that I needed to compile the helper itself to make it working.
That didn't get me far though: RazorGenerator couldn't "see" Mvc namespace references. I've read that RG is not compatible with MVC version 5.0 or higher (or is it?).