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

Exclude controller actions marked [NonAction] from rewriter and generation #33

Closed wwwlicious closed 7 years ago

wwwlicious commented 9 years ago

Currently only controllers marked R4MvcExclude are excluded from the rewriter and are not returned in the enumerable for generation.

Will need to exclude marking nonaction methods as virtual in the rewriter and exclude them from generation also.

valeriob commented 7 years ago

69 should address this