aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
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
..
IntegrationTests Fixes #1245 - Make TemplateCodeExtension public 2017-05-17 20:25:06 -07:00
Properties
TestFiles/IntegrationTests Fixes #1245 - Make TemplateCodeExtension public 2017-05-17 20:25:06 -07:00
InjectDirectiveTargetExtensionTest.cs
InjectDirectiveTest.cs
InstrumentationPassTest.cs
LineMappingsSerializer.cs
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test.csproj Merge branch 'rel/15.3' into dev 2017-05-17 11:24:32 -07:00
ModelDirectiveTest.cs
ModelExpressionPassTest.cs Merge branch 'rel/15.3' into dev 2017-05-17 11:24:32 -07:00
MvcRazorTemplateEngineTest.cs Fix aspnet/Mvc#6296 sanitize class and namespace 2017-05-19 08:54:24 -07:00
MvcViewDocumentClassifierPassTest.cs Fix aspnet/Mvc#6296 sanitize class and namespace 2017-05-19 08:54:24 -07:00
NamespaceDirectiveTest.cs Fix aspnet/Mvc#6296 sanitize class and namespace 2017-05-19 08:54:24 -07:00
PageDirectiveTest.cs
RazorPageDocumentClassifierPassTest.cs Fix aspnet/Mvc#6296 sanitize class and namespace 2017-05-19 08:54:24 -07:00
ViewComponentTagHelperDescriptorConventionsTest.cs
ViewComponentTagHelperPassTest.cs
xunit.runner.json Configure xunit for better display 2017-05-17 20:31:37 -07:00