aspnetcore/test
Ryan Nowak 2a88d6efcf Fix aspnet/Mvc#6296 sanitize class and namespace
The new @namespace directive isn't sanitizing class and namespace names
when generating them. This means that a file-system-legal character like
'-' will show up in a class name, and that's not good.

Note that the old code paths (document classifiers) already had tests for
this and did it properly. It was only missing from @namespace.
2017-05-19 08:54:24 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Fix aspnet/Mvc#6296 sanitize class and namespace 2017-05-19 08:54:24 -07:00
Microsoft.AspNetCore.Razor.Language.Test Split options into ParserOptions and CodeGenerationOptions 2017-05-18 10:22:39 -07:00
Microsoft.AspNetCore.Razor.Performance
Microsoft.AspNetCore.Razor.Runtime.Test Configure xunit for better display 2017-05-17 20:31:37 -07:00
Microsoft.AspNetCore.Razor.Test.Common Merge branch 'rel/15.3' into dev 2017-05-17 11:24:32 -07:00
Microsoft.AspNetCore.Razor.Test.MvcShim Compile CodeGeneration tests 2017-05-16 16:26:47 -07:00
Microsoft.CodeAnalysis.Razor.Test Configure xunit for better display 2017-05-17 20:31:37 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Configure xunit for better display 2017-05-17 20:31:37 -07:00
RazorPageGenerator.Test Configure xunit for better display 2017-05-17 20:31:37 -07:00