aspnetcore/test/Microsoft.AspNetCore.Razor....
N. Taylor Mullen f47a40a4a7 Add Razor design time code generation.
- Added a common csharp rendering phase base to put shared assets of runtime and design time code gen.
- Added a new `DesignTimeIRPass` to setup the IR bits to provide accurate intellisense.
- Added a `CodeGenerationIntegrationTest` and moved the RuntimeCodeGenerationTests into it. This way we can re-use the cshtml files and it makes searching/running the tests easy..
- Updated how line mappings are calculated for some nodes.

#848
2016-12-27 11:06:58 -08:00
..
IntegrationTests Add Razor design time code generation. 2016-12-27 11:06:58 -08:00
Intermediate [Fixes #878] Removed marker nodes from IR 2016-12-22 15:11:52 -08:00
Legacy
Properties
TestFiles Add Razor design time code generation. 2016-12-27 11:06:58 -08:00
DefaultDirectiveIRPassTest.cs [Fixes #878] Removed marker nodes from IR 2016-12-22 15:11:52 -08:00
DefaultDirectiveSyntaxTreePassTest.cs
DefaultItemCollectionTest.cs
DefaultRazorCodeDocumentTest.cs
DefaultRazorEngineBuilderTest.cs
DefaultRazorEngineTest.cs
DefaultRazorIRPhaseTest.cs
DefaultRazorParsingPhaseTest.cs
DefaultRazorRuntimeCSharpLoweringPhaseTest.cs
DefaultRazorSourceDocumentTest.cs Add line-mapping support to RazorSourceDocument 2016-12-20 09:06:12 -08:00
DefaultRazorSyntaxTreePhaseTest.cs
DirectiveDescriptorBuilderTest.cs
HtmlNodeOptimizationPassTest.cs
Microsoft.AspNetCore.Razor.Evolution.Test.csproj Move section support into IR. 2016-12-22 14:39:25 -08:00
RazorCodeDocumentExtensionsTest.cs
RazorCodeDocumentTest.cs
RazorEngineBuilderExtensionsTest.cs
RazorEngineTest.cs Add Razor design time code generation. 2016-12-27 11:06:58 -08:00
RazorProjectItemTest.cs
RazorSourceDocumentTest.cs
RazorSyntaxTreeTest.cs
TagHelperBinderSyntaxTreePassTest.cs
TestFile.cs
TestRazorCodeDocument.cs
TestRazorSourceDocument.cs