aspnetcore/test/Microsoft.AspNetCore.Razor..../IntegrationTests
Ryan Nowak 0cb7ae7fbf Add support for namespace tokens in extensible directives
This change adds support for accepting a namespace name in extensible
directives. This will be needed for the @namespace directive.

Implemented new parsing and codegen for namespaces using nameof().

Also fixed any issue where we were not global::-qualifying object where it
was used in the design time code for tokens.
2017-04-05 15:37:50 -07:00
..
BasicIntegrationTest.cs
CodeGenerationIntegrationTest.cs Add support for namespace tokens in extensible directives 2017-04-05 15:37:50 -07:00
ExtensibleDirectiveTest.cs Add support for namespace tokens in extensible directives 2017-04-05 15:37:50 -07:00
HtmlAttributeIntegrationTest.cs
InstrumentationPassIntegrationTest.cs
IntegrationTestBase.cs Add support for namespace tokens in extensible directives 2017-04-05 15:37:50 -07:00
IntializeTestFileAttribute.cs
LineMappingsSerializer.cs
RazorIRNodeSerializer.cs
RazorIRNodeVerifier.cs
RazorIRNodeWriter.cs
RazorTemplateEngineIntegrationTest.cs
TagHelpersIntegrationTest.cs