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

Can't find r4mvc.json #81

Closed wmcainsh closed 6 years ago

wmcainsh commented 6 years ago

I've installed R4Mvc and R4Mvc.Tools but can't find the config file.

Is this still to be implemented or should it be manually created?

kevinkuszyk commented 6 years ago

That file should be there. @artiomchi any idea what happened here?

artiomchi commented 6 years ago

At the moment the r4mvc.json file has to be manually created. All the options in the configuration have defaults, so this file is there for overrides (at the moment).

During the next sprint I'll change the generator so that it creates this file and populates it with current options.

artiomchi commented 6 years ago

This was now implemented, and is present in the CI build.