aspnetcore/test/Microsoft.AspNetCore.Razor..../Language
N. Taylor Mullen 771a7e35a4 Add MVC support for RazorProjectEngine.
- Make `RazorProjectEngine` call paths for all feature registrations.
- Add `DefaultMvcImportFeature` for latest and 1.X MVC.
- Ported `AddTargetExtension` and `AddDirective` to `RazorProjectEngineBuilderExtensions`.
- Added tests and a test file system project type.
- Moved obsolete `IRazorEngineBuilder` methods to the bottom of each file. Will actually obsolete the methods once `RazorProjectEngine` is working end-to-end.

#1828
2018-01-25 12:26:11 -08:00
..
CodeGeneration
IntegrationTests Add an Identifier by default 2018-01-06 18:43:01 -08:00
Intermediate
Legacy Add relative path to source document 2018-01-05 18:15:06 -08:00
RazorEngineBuilderExtensions.cs
SyntaxTreeVerifier.cs
TestBoundAttributeDescriptorBuilderExtensions.cs
TestFile.cs
TestProject.cs
TestRazorCodeDocument.cs
TestRazorProject.cs
TestRazorProjectFileSystem.cs Add MVC support for RazorProjectEngine. 2018-01-25 12:26:11 -08:00
TestRazorProjectItem.cs Adding more tests and clarity around file paths 2018-01-08 22:53:49 -08:00
TestRazorSourceDocument.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
TestRequiredAttributeDescriptorBuilderExtensions.cs
TestTagHelperDescriptorBuilderExtensions.cs
TestTagHelperFeature.cs
TestTagMatchingRuleDescriptorBuilderExtensions.cs