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
Resharper was complaining at me because T4MVC had modified my abstract base controller by adding partial to the definition, even though T4MVC then doesn't generate another partial for it.
Cheers, great tool, very grateful!
The text was updated successfully, but these errors were encountered:
It does in some cases generate a partial class. e.g. see here and here. I think here it does it because it needs a default ctor. Maybe if there was one already it would not have needed the partial.
Feel free to send a PR if you find a way to only add partial when needed.
Resharper was complaining at me because T4MVC had modified my
abstract
base controller by addingpartial
to the definition, even though T4MVC then doesn't generate another partial for it.Cheers, great tool, very grateful!
The text was updated successfully, but these errors were encountered: