aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
Ryan Nowak e5cac9fb7f Implement @namespace
This change adds support for @namespace, and introduces a set of
changes that are needed to support @namespace in the parser.

@namespace and @class have always been treated as reserved words by Razor,
with the intent that someday they would be allowed as directives.

This changes makes that possible.

You will still get an error about @namespace being a reserved word if you
don't have the directive.
2017-04-11 12:46:02 -07:00
..
IntegrationTests Implement @namespace 2017-04-11 12:46:02 -07:00
Internal Remove unused files 2017-04-10 19:47:41 -07:00
Properties
TestFiles/IntegrationTests/CodeGenerationIntegrationTest Implement @namespace 2017-04-11 12:46:02 -07:00
DictionaryPrefixTestTagHelper.cs
InjectDirectiveTargetExtensionTest.cs
InjectDirectiveTest.cs
InputTestTagHelper.cs
LineMappingsSerializer.cs
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test.csproj
ModelDirectiveTest.cs
ModelExpressionPassTest.cs
MvcRazorTemplateEngineTest.cs
MvcViewDocumentClassifierPassTest.cs
NamespaceDirectiveTest.cs Implement @namespace 2017-04-11 12:46:02 -07:00
PageDirectiveTest.cs Add support for naming a page (#1204) 2017-04-11 10:10:45 -07:00
RazorPageDocumentClassifierPassTest.cs
ViewComponentTagHelperDescriptorConventionsTest.cs
ViewComponentTagHelperPassTest.cs
xunit.runner.json