__RazorGenerator does not currently support MVC versions > 5.0 (i.e. 5.1 and 5.2)__
In environments such as build servers, where Visual Studio is not installed, projects utilizing the latest version of RazorGenerator and MVC versions > 5.0 will not be able to build unless version 5.0 of the System.Web.MVC assembly is manually loaded in to the GAC on the build server.
Since Visual Studio (2013 anyways) registers MVC 5.0 assemblies in the GAC, this is not an issue on machines where Visual Studio is installed. In production environments, this is also typically a non-issue, as binding redirection will make sure that the correct version of System.Web.MVC is referenced at runtime, even if 5.0 is referenced.
Comments: Right now, we're blocked by the ability to even [build the VSIX](http://razorgenerator.codeplex.com/discussions/578406) on machines without VS2010. Once this is addressed, it will become easier for anyone to send PRs for this kind of changes.
In environments such as build servers, where Visual Studio is not installed, projects utilizing the latest version of RazorGenerator and MVC versions > 5.0 will not be able to build unless version 5.0 of the System.Web.MVC assembly is manually loaded in to the GAC on the build server.
Since Visual Studio (2013 anyways) registers MVC 5.0 assemblies in the GAC, this is not an issue on machines where Visual Studio is installed. In production environments, this is also typically a non-issue, as binding redirection will make sure that the correct version of System.Web.MVC is referenced at runtime, even if 5.0 is referenced.
Comments: Right now, we're blocked by the ability to even [build the VSIX](http://razorgenerator.codeplex.com/discussions/578406) on machines without VS2010. Once this is addressed, it will become easier for anyone to send PRs for this kind of changes.