aspnetcore/test/Microsoft.AspNetCore.Razor..../IntegrationTests
Ryan Nowak 4a49ee2164 Adds support for imports to IR lowering
This change adds support for 'imports' - extra source files which contain
directives that can merged with 'main' source files. The purpose of course
is to support things like global usings or addTagHelpers, like
_ViewImports in MVC does today.

Instead of a one-off this is now a feature of the Razor langugage since
things like addTagHelper have an impact on the parsing behavior. Also,
having a standard imports concept keeps out feature creep, for instance
the 'global' usings we have today could really just be an import.

Imports allow single-line directives including the fundamental directives
like addTagHelper, using, and other friends. Code, content, and block
directives are not merged and will be ignored. We can consider making
these kinds of things warnings in the future.
2017-01-20 10:43:53 -08:00
..
BasicIntegrationTest.cs Adds Instrumentation support 2017-01-11 17:27:52 -08:00
CodeGenerationIntegrationTest.cs Rename a test 2017-01-18 15:33:35 -08:00
HtmlAttributeIntegrationTest.cs
ImportsIntegrationTest.cs Adds support for imports to IR lowering 2017-01-20 10:43:53 -08:00
InstrumentationPassIntegrationTest.cs Adds Instrumentation support 2017-01-11 17:27:52 -08:00
IntegrationTestBase.cs Adds support for imports to IR lowering 2017-01-20 10:43:53 -08:00
IntializeTestFileAttribute.cs
LineMappingsSerializer.cs
PageDocumentIntegrationTest.cs
RazorIRNodeSerializer.cs
RazorIRNodeVerifier.cs
RazorIRNodeWriter.cs
TagHelpersIntegrationTest.cs Adds Instrumentation support 2017-01-11 17:27:52 -08:00
TestTagHelperDescriptors.cs