I've upgrade Razorgenerator.MsBuild to version 2.3 and generated views are no longer CLS-Compliant. Seeing that for all my views.
Comments: @msmolka, I just made a change to how we generate names for views as part of https://razorgenerator.codeplex.com/workitem/159. Our naming scheme now matches Mvc's behavior out of the box which happens to be non-CLSCompliant. To have it generate CLSCompliant names, you'll need to add a file named `razorgenerator.directives` to your views directory with the following content: `GeneratePrettyNames : true`
Comments: @msmolka, I just made a change to how we generate names for views as part of https://razorgenerator.codeplex.com/workitem/159. Our naming scheme now matches Mvc's behavior out of the box which happens to be non-CLSCompliant. To have it generate CLSCompliant names, you'll need to add a file named `razorgenerator.directives` to your views directory with the following content: `GeneratePrettyNames : true`