aspnetcore/test/Microsoft.AspNetCore.Razor....
Ryan Nowak 565dd30957 Make the parser options configurable
The RazorParserOptions were only configurable via an internal interface
and an extension method on the builder. This isn't suitable for VS because
we need to be able to update the configuration while the editor is open,
without creating a new engine.
2017-03-24 15:21:26 -07:00
..
CodeGeneration Don't generate line mappings for imports 2017-03-23 10:39:07 -07:00
IntegrationTests Set file path from RazorSourceDocument in syntax tree 2017-03-22 15:13:38 -07:00
Intermediate Remove RazorIrNodeVisitorOfT (#1089) 2017-03-20 14:51:51 -07:00
Legacy Set file path from RazorSourceDocument in syntax tree 2017-03-22 15:13:38 -07:00
Properties
TestFiles Don't generate line mappings for imports 2017-03-23 10:39:07 -07:00
DefaultDirectiveIRPassTest.cs Clean up TagHelperDescriptor APIs. 2017-03-17 12:18:05 -07:00
DefaultDirectiveSyntaxTreePassTest.cs Set file path from RazorSourceDocument in syntax tree 2017-03-22 15:13:38 -07:00
DefaultDocumentClassifierPassTest.cs
DefaultInstrumentationPassTest.cs
DefaultItemCollectionTest.cs
DefaultRazorCSharpLoweringPhaseTest.cs
DefaultRazorCodeDocumentTest.cs
DefaultRazorDiagnosticTest.cs
DefaultRazorDirectiveClassifierPhaseTest.cs
DefaultRazorDocumentClassifierPhaseTest.cs
DefaultRazorEngineBuilderTest.cs
DefaultRazorEngineTest.cs
DefaultRazorIRLoweringPhaseIntegrationTest.cs Clean up TagHelperDescriptor APIs. 2017-03-17 12:18:05 -07:00
DefaultRazorIROptimizationPhaseTest.cs
DefaultRazorParsingPhaseTest.cs Make the parser options configurable 2017-03-24 15:21:26 -07:00
DefaultRazorSourceDocumentTest.cs Add RazorSourceDocument.Create(string template) 2017-03-13 09:44:06 -07:00
DefaultRazorSyntaxTreePhaseTest.cs
DirectiveDescriptorBuilderTest.cs
DirectiveRemovalIROptimizationPassTest.cs
DocumentClassifierPassBaseTest.cs
FileSystemRazorProjectItemTest.cs Add RazorSourceDocument.Create(string template) 2017-03-13 09:44:06 -07:00
FileSystemRazorProjectTest.cs Fix absolute path handling. 2017-03-22 16:35:19 -07:00
HtmlNodeOptimizationPassTest.cs Rename BlockType -> BlockKind 2017-03-19 11:18:40 -07:00
LargeTextRazorSourceDocumentTest.cs Add RazorSourceDocument.Create(string template) 2017-03-13 09:44:06 -07:00
LegacyRazorDiagnosticTest.cs
Microsoft.AspNetCore.Razor.Evolution.Test.csproj Change compilation targets. 2017-03-24 07:49:34 -07:00
RazorCodeDocumentExtensionsTest.cs Add TagHelper directive and match info to CodeDocument 2017-03-19 12:33:09 -07:00
RazorCodeDocumentTest.cs
RazorDiagnosticDescriptorTest.cs
RazorDiagnosticTest.cs
RazorEngineBuilderExtensions.cs
RazorEngineBuilderExtensionsTest.cs
RazorEngineTest.cs Make the parser options configurable 2017-03-24 15:21:26 -07:00
RazorProjectItemTest.cs Add RazorSourceDocument.Create(string template) 2017-03-13 09:44:06 -07:00
RazorProjectTest.cs Fix absolute path handling. 2017-03-22 16:35:19 -07:00
RazorSourceDocumentTest.cs Add RazorSourceDocument.Create(string template) 2017-03-13 09:44:06 -07:00
RazorSyntaxTreeTest.cs Set file path from RazorSourceDocument in syntax tree 2017-03-22 15:13:38 -07:00
RazorTemplateEngineTest.cs Include default imports when ImportsFileName is null 2017-03-14 19:33:18 -07:00
SourceLocationTest.cs
SourceSpanTest.cs
SyntaxTreeVerifier.cs
TagHelperBinderSyntaxTreePassTest.cs Set file path from RazorSourceDocument in syntax tree 2017-03-22 15:13:38 -07:00
TagHelperRequiredAttributeDescriptorBuilderTest.cs Add DisplayName to RequiredAttributeDescriptor. 2017-03-24 11:07:52 -07:00
TagHelperRequiredAttributeDescriptorTest.cs Add DisplayName to RequiredAttributeDescriptor. 2017-03-24 11:07:52 -07:00
TestFile.cs
TestProject.cs
TestRazorCodeDocument.cs
TestRazorProject.cs Port the legacy RazorEditorParser 2017-03-16 12:47:29 -07:00
TestRazorProjectItem.cs
TestRazorSourceDocument.cs Set file path from RazorSourceDocument in syntax tree 2017-03-22 15:13:38 -07:00
TestTagHelperDescriptorResolver.cs
TestTagHelperFeature.cs