T4MVC / R4MVC

R4MVC is a Roslyn code generator for ASP.NET Core MVC apps that creates strongly typed helpers that eliminate the use of literal strings in many places
Apache License 2.0
157 stars 48 forks source link

R4mvc doesn't generate actions of type ViewResult, PartialViewResult correctly. #155

Open busybycrazyness opened 4 years ago

busybycrazyness commented 4 years ago

R4mvc doesn't generate actions of type ViewResult, PartialViewResult, FileStreamResult correctly, Or am i missing something? it will work fine if I create this internal partial class R4Mvc_Microsoft_AspNetCore_Mvc_ViewResult: ViewResult ... and set it to generated action, but every time i run Generate-R4mvc I got so much errors, with version: 1.0.0-alpha2-00369 Untitled