Hey
I see SuffixClassNames : bool was removed after it was pulled in.
I really need this feature. I tend to not name my views Index, Edit, List etcetera but give them more meaningful names. However these names often clash with my domain entities. I therefor pushed this directive to explicitly (but optionally) suffix the type of view to the generated classname.
Was there any particular reason this feature was stripped ?
Thanks!
Comments: @pranavkm thanks for pulling it back in. I'm still missing the root directive that generates more verbose class names based on the type of view (i.e automatically append *Helper to helper views, *View to views etcetera) but if i can place a `ClassName: View` in a root razorgenrator.directives file that will work for me too :) Thanks! any hints on when this will make it in a new version ? I would like to get off my custom build :)
I see SuffixClassNames : bool was removed after it was pulled in.
I really need this feature. I tend to not name my views Index, Edit, List etcetera but give them more meaningful names. However these names often clash with my domain entities. I therefor pushed this directive to explicitly (but optionally) suffix the type of view to the generated classname.
Was there any particular reason this feature was stripped ?
Thanks!
Comments: @pranavkm thanks for pulling it back in. I'm still missing the root directive that generates more verbose class names based on the type of view (i.e automatically append *Helper to helper views, *View to views etcetera) but if i can place a `ClassName: View` in a root razorgenrator.directives file that will work for me too :) Thanks! any hints on when this will make it in a new version ? I would like to get off my custom build :)