Make T4MVC work with ASP.NET 5
问题 According to the latest comments in this thread, .tt templates will now after all be supported in ASP.NET 5 starting with Visual Studio Update 1. Which IMHO would be great because after using T4MVC for years, I certainly don't wanna go back to using magic strings for route/view names (error prone and not refactoring-friendly). However, I can't quite get it to work with ASP.NET 5 RC and Visual Studio Professional 2015 Update 1. Here's what I've tried: Adding the T4MVC NuGet (3.16.5) to a blank