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

Taking into account overwritten route parameter names with the [Bind] attribute #148

Closed btihanyi closed 3 years ago

btihanyi commented 4 years ago

Fixes #147

artiomchi commented 3 years ago

This is pretty cool, but unfortunately you deleted your original branch, so I've had to do some fiddling to get it merged :)

artiomchi commented 3 years ago

Ah, and thanks a lot for your contribution!