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

Only run the generator once in each build #36

Closed kevinkuszyk closed 7 years ago

kevinkuszyk commented 9 years ago

If we are compiling for two or more frameworks, the generator is run for both of them. We only need to run once as the code we produce is the same each time. See PR #34.

artiomchi commented 7 years ago

Since the generator doesn't run anymore on build, this issue is now deprecated :)

kevinkuszyk commented 7 years ago

@artiomchi agreed.