You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
busybycrazyness
changed the title
R4mvc doesn't support ViewResult, PartialViewResult and etc.
R4mvc doesn't generate actions of type ViewResult, PartialViewResult correctly.
Aug 10, 2020
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
The text was updated successfully, but these errors were encountered: