aspnetcore/test/Microsoft.AspNetCore.Razor....
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 Add metadata to Razor (#1894) 2018-01-02 13:30:50 -08:00
Extensions Add an Identifier by default 2018-01-06 18:43:01 -08:00
IntegrationTests Adding more tests and clarity around file paths 2018-01-08 22:53:49 -08:00
Intermediate
Legacy Make Block and Span cache Length. 2018-01-16 21:14:46 -08:00
Properties
TestFiles Adding more tests and clarity around file paths 2018-01-08 22:53:49 -08:00
BoundAttributeDescriptorExtensionsTest.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
DefaultAllowedChildTagDescriptorBuilderTest.cs
DefaultBoundAttributeDescriptorBuilderTest.cs
DefaultDocumentClassifierPassTest.cs
DefaultItemCollectionTest.cs
DefaultRazorCSharpLoweringPhaseTest.cs
DefaultRazorCodeDocumentTest.cs
DefaultRazorDiagnosticTest.cs
DefaultRazorDirectiveClassifierPhaseTest.cs
DefaultRazorDocumentClassifierPhaseTest.cs
DefaultRazorEngineBuilderTest.cs
DefaultRazorEngineTest.cs
DefaultRazorIntermediateNodeLoweringPhaseIntegrationTest.cs
DefaultRazorIntermediateNodeLoweringPhaseTest.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
DefaultRazorOptimizationPhaseTest.cs
DefaultRazorParsingPhaseTest.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
DefaultRazorProjectEngineBuilderTest.cs Revert "Revert "Add contracts for RazorProjectEngine."" 2018-01-24 11:20:18 -08:00
DefaultRazorProjectEngineIntegrationTest.cs Revert "Revert "Add contracts for RazorProjectEngine."" 2018-01-24 11:20:18 -08:00
DefaultRazorProjectEngineTest.cs Revert "Revert "Add contracts for RazorProjectEngine."" 2018-01-24 11:20:18 -08:00
DefaultRazorSyntaxTreePhaseTest.cs
DefaultRazorTagHelperBinderPhaseTest.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
DefaultRequiredAttributeDescriptorBuilderTest.cs
DirectiveDescriptorBuilderExtensionsTest.cs Added Name and Documentation to DirectiveTokenDescriptor 2017-11-06 10:55:52 -08:00
DirectiveDescriptorTest.cs
DirectiveRemovalOptimizationPassTest.cs
DirectiveTokenEditHandlerTest.cs Re-introduce RazorEditorParser. 2017-07-12 17:01:16 -07:00
DocumentClassifierPassBaseTest.cs
FileSystemRazorProjectItemTest.cs Add RelativePhysicalPath 2018-01-08 19:37:54 -08:00
FileSystemRazorProjectTest.cs Adding more tests and clarity around file paths 2018-01-08 22:53:49 -08:00
HtmlConventionsTest.cs
HtmlNodeOptimizationPassTest.cs
LargeTextSourceDocumentTest.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
Microsoft.AspNetCore.Razor.Language.Test.csproj Prevent type name collisions when file hierarchy + namespace is identical (#1881) 2018-01-02 09:41:10 -08:00
RazorCodeDocumentExtensionsTest.cs Add an Identifier by default 2018-01-06 18:43:01 -08:00
RazorCodeDocumentTest.cs
RazorDiagnosticDescriptorTest.cs
RazorDiagnosticTest.cs Removed LegacyRazorDiagnostic and RazorError 2017-12-27 11:43:19 -08:00
RazorEngineBuilderExtensionsTest.cs
RazorEngineTest.cs Add an Identifier by default 2018-01-06 18:43:01 -08:00
RazorParserFeatureFlagsTest.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
RazorProjectEngineBuilderExtensionsTest.cs Add MVC support for RazorProjectEngine. 2018-01-25 12:26:11 -08:00
RazorProjectEngineFeatureBaseTest.cs Add MVC support for RazorProjectEngine. 2018-01-25 12:26:11 -08:00
RazorProjectItemTest.cs
RazorProjectTest.cs
RazorSourceDocumentTest.cs Use FilePath if RelativePhysicalPath on RazorProjectItem is null 2018-01-12 15:19:01 -08:00
RazorSyntaxTreeTest.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
RazorTemplateEngineTest.cs Adding more tests and clarity around file paths 2018-01-08 22:53:49 -08:00
SourceChangeTest.cs Upgrade to xunit 2.3.0-beta4 (#1640) 2017-08-23 12:56:31 -07:00
SourceLocationTest.cs Revert "Revert "Include LineIndex and CharacterIndex when comparing SourceLocation"" 2017-12-20 15:27:15 -08:00
SourceSpanTest.cs
StreamSourceDocumentTest.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
StringSourceDocumentTest.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
TagHelperBinderTest.cs Fix: Nested tag helpers do not work when tag helper prefix is set 2017-08-17 15:26:10 -07:00
TagHelperDescriptorBuilderTest.cs
TagHelperDescriptorExtensionsTest.cs
TagHelperMatchingConventionsTest.cs
xunit.runner.json