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

PageRewriter should not add "virtual" when a method is already marked… #158

Closed cesarsouza closed 3 years ago

cesarsouza commented 3 years ago

… as "override"

artiomchi commented 3 years ago

You're absolutely right on this one!

Thanks for finding this and creating a PR!