aspnetcore/test/Microsoft.AspNetCore.Razor....
N. Taylor Mullen 61b2b0d4e7 Add model for differentiating design time and runtime parsing.
- If needed, a phase/feature can always retrieve the syntax tree to lookup whether the parse tree was made in a "design time" fashion.
- Future DesignTime / Runtime specific bits will be added to their corresponding `AddRuntimeDefaults`/`AddDesignTimeDefaults` methods.
2016-12-14 12:39:25 -08:00
..
IntegrationTests Port existing CSharp code generation integration tests. 2016-12-14 11:18:31 -08:00
Intermediate Add Razor runtime code generation. 2016-12-14 11:18:30 -08:00
Legacy Add Razor runtime code generation. 2016-12-14 11:18:30 -08:00
Properties
TestFiles Port existing CSharp code generation integration tests. 2016-12-14 11:18:31 -08:00
DefaultDirectiveIRPassTest.cs Port existing CSharp code generation integration tests. 2016-12-14 11:18:31 -08:00
DefaultDirectiveSyntaxTreePassTest.cs Modify functions, section and inherits to use extensible directives. 2016-12-14 11:12:40 -08:00
DefaultItemCollectionTest.cs
DefaultRazorCodeDocumentTest.cs
DefaultRazorEngineBuilderTest.cs
DefaultRazorEngineTest.cs
DefaultRazorIRPhaseTest.cs Add IR phase 2016-11-29 21:28:27 -08:00
DefaultRazorParsingPhaseTest.cs Add end-to-end support for extensible directives 2016-12-03 18:44:54 -08:00
DefaultRazorRuntimeCSharpLoweringPhaseTest.cs Add model for differentiating design time and runtime parsing. 2016-12-14 12:39:25 -08:00
DefaultRazorSourceDocumentTest.cs Add indexability to the RazorSourceDocument. 2016-11-21 10:58:09 -08:00
DefaultRazorSyntaxTreePhaseTest.cs
DirectiveDescriptorBuilderTest.cs Add extensible directive abstractions 2016-11-23 19:56:40 -08:00
HtmlNodeOptimizationPassTest.cs Port WhiteSpaceRewriter and ConditionalAttributeCollapser. 2016-11-22 12:04:31 -08:00
Microsoft.AspNetCore.Razor.Evolution.Test.xproj
RazorCodeDocumentExtensionsTest.cs Add RazorCSharpSourceDocument 2016-12-04 23:30:55 -08:00
RazorCodeDocumentTest.cs
RazorEngineBuilderExtensionsTest.cs Add end-to-end support for extensible directives 2016-12-03 18:44:54 -08:00
RazorEngineTest.cs Add model for differentiating design time and runtime parsing. 2016-12-14 12:39:25 -08:00
RazorProjectItemTest.cs
RazorSourceDocumentTest.cs Add indexability to the RazorSourceDocument. 2016-11-21 10:58:09 -08:00
RazorSyntaxTreeTest.cs
TagHelperBinderSyntaxTreePassTest.cs Add end-to-end support for extensible directives 2016-12-03 18:44:54 -08:00
TestFile.cs Add integration testing 2016-12-06 11:25:04 -08:00
TestRazorCodeDocument.cs Implement IR lowering phase 2016-11-22 11:25:23 -08:00
TestRazorSourceDocument.cs Add indexability to the RazorSourceDocument. 2016-11-21 10:58:09 -08:00
project.json