curlysemi / R4Mvc5

R4MVC5 is a Roslyn code generator for ASP.NET MVC5 apps that creates strongly typed helpers that eliminate the use of literal strings in many places
Apache License 2.0
1 stars 0 forks source link

Missing ActionParamsClasses #5

Closed curlysemi closed 5 years ago

curlysemi commented 5 years ago

T4MVC would generate ActionParamsClasses. R4MVC apparently does not?

curlysemi commented 5 years ago

Hackily fixed in af99b07cd53ec95932f2357a1ea50f24157c3237, bb040c2498b8f315291a2e15ddd19d8df57f8e8a, and 5dd705088f2b3201041c2090725c4820886d9c6e. I'm not proud of the code-quality (it's so hacky that I'm surprised that it works), but I'm still not that familiar with the R4Mvc project; nor am I all that familiar with the code generation APIs. I think R4Mvc has the wrong abstractions for IView, View, IViewLocator, etc.

It should definitely be rewritten.