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: @Mpdreamz, sorry for taking this long to get to this. I guess the other alternative can live, but your solution should work. I named the directive ClassSuffix but it should behave like your attribute.
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: @Mpdreamz, sorry for taking this long to get to this. I guess the other alternative can live, but your solution should work. I named the directive ClassSuffix but it should behave like your attribute.