aspnetcore/src/Microsoft.AspNetCore.Razor....
N. Taylor Mullen 59f2cf8e66 Add contracts for RazorProjectEngine.
- These contracts introduce a new `RazorProjectEngine` concept which allows for users to configure 1 entity that's responsible for the RazorEngine and project.
- The `RazorProjectEngineBuilder` has a collection of features that are dispersed on the created `RazorEngine` and the `RazorProjectEngine`.
- Included a complete implementation of `RazorProjectEngine` it introduces the extension points for the project engine. The primary one includes the `IRazorImportFeature`, the default behavior is to return 0 imports.
- Included a complete project engine builder implementation.

#1828
2018-01-22 17:05:43 -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
Intermediate Made IntermediateNodeWalker.Ancestors indexable 2017-07-06 19:24:25 -07:00
Legacy Make Block and Span cache Length. 2018-01-16 21:14:46 -08:00
Properties Add contracts for RazorProjectEngine. 2018-01-22 17:05:43 -08:00
AllowedChildTagDescriptor.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
AllowedChildTagDescriptorBuilder.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
AllowedChildTagDescriptorComparer.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
AttributeStructure.cs Rename HtmlAttributeValueStyle>AttributeStructure 2017-06-21 18:56:37 -07:00
BoundAttributeDescriptor.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
BoundAttributeDescriptorBuilder.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
BoundAttributeDescriptorBuilderExtensions.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
BoundAttributeDescriptorComparer.cs
BoundAttributeDescriptorExtensions.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
Checksum.cs Add metadata to Razor (#1894) 2018-01-02 13:30:50 -08:00
DefaultAllowedChildTagDescriptor.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
DefaultAllowedChildTagDescriptorBuilder.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultBoundAttributeDescriptor.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
DefaultBoundAttributeDescriptorBuilder.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultDirectiveSyntaxTreePass.cs Use DefaultRazorDiagnostic in DefaultDirectiveSyntaxTreePass 2017-12-14 16:35:13 -08:00
DefaultDocumentClassifierPass.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DefaultDocumentClassifierPassFeature.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DefaultRazorCSharpDocument.cs Rename LineMapping => SourceMapping. 2017-07-06 10:34:19 -07:00
DefaultRazorCSharpLoweringPhase.cs Rewrite of code rendering context 2017-07-03 16:29:34 -07:00
DefaultRazorCodeDocument.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultRazorCodeGenerationOptions.cs Add metadata to Razor (#1894) 2018-01-02 13:30:50 -08:00
DefaultRazorCodeGenerationOptionsBuilder.cs Add metadata to Razor (#1894) 2018-01-02 13:30:50 -08:00
DefaultRazorCodeGenerationOptionsFeature.cs Add metadata to Razor (#1894) 2018-01-02 13:30:50 -08:00
DefaultRazorDiagnostic.cs Change TagHelperBlockRewriter's error usage to use RazorDiagnosticFactory. 2017-12-22 09:38:31 -08:00
DefaultRazorDirectiveClassifierPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DefaultRazorDirectiveFeature.cs Make `RazorParserOptions.DesignTime` getter only. 2017-07-06 14:33:05 -07:00
DefaultRazorDocumentClassifierPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DefaultRazorEngine.cs
DefaultRazorEngineBuilder.cs Reduce public surface area of some APIs. 2017-07-06 16:50:11 -07:00
DefaultRazorImportFeature.cs Add contracts for RazorProjectEngine. 2018-01-22 17:05:43 -08:00
DefaultRazorIntermediateNodeLoweringPhase.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
DefaultRazorOptimizationPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DefaultRazorParserOptions.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
DefaultRazorParserOptionsBuilder.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
DefaultRazorParserOptionsFeature.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
DefaultRazorParsingPhase.cs Make `RazorParserOptions.DesignTime` getter only. 2017-07-06 14:33:05 -07:00
DefaultRazorProjectEngine.cs Add contracts for RazorProjectEngine. 2018-01-22 17:05:43 -08:00
DefaultRazorProjectEngineBuilder.cs Add contracts for RazorProjectEngine. 2018-01-22 17:05:43 -08:00
DefaultRazorSourceLineCollection.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
DefaultRazorSyntaxTree.cs
DefaultRazorSyntaxTreePhase.cs
DefaultRazorTagHelperBinderPhase.cs Make ErrorSink and Tokenizer depend on RazorDiagnostic instead of RazorError 2017-12-14 18:32:58 -08:00
DefaultRazorTargetExtensionFeature.cs
DefaultRequiredAttributeDescriptor.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
DefaultRequiredAttributeDescriptorBuilder.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultTagHelperDescriptor.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
DefaultTagHelperDescriptorBuilder.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultTagMatchingRuleDescriptor.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
DefaultTagMatchingRuleDescriptorBuilder.cs Streamline collections 2017-07-05 13:46:37 -07:00
DirectiveDescriptor.cs Add file scoped extensible directives. 2017-06-22 11:42:37 -07:00
DirectiveDescriptorBuilderExtensions.cs Added Name and Documentation to DirectiveTokenDescriptor 2017-11-06 10:55:52 -08:00
DirectiveDescriptorComparer.cs
DirectiveKind.cs
DirectiveRemovalOptimizationPass.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DirectiveTokenDescriptor.cs Added Name and Documentation to DirectiveTokenDescriptor 2017-11-06 10:55:52 -08:00
DirectiveTokenDescriptorComparer.cs
DirectiveTokenEditHandler.cs Re-introduce RazorEditorParser. 2017-07-12 17:01:16 -07:00
DirectiveTokenKind.cs
DirectiveUsage.cs Add file scoped multiple occurring extensible directives. 2017-06-26 20:29:06 -07:00
DocumentClassifierPassBase.cs Made CodeTargetBuilder an abstract class 2017-07-06 19:01:28 -07:00
FileSystemRazorProject.cs Add RelativePhysicalPath 2018-01-08 19:37:54 -08:00
FileSystemRazorProjectItem.cs Add RelativePhysicalPath 2018-01-08 19:37:54 -08:00
HtmlConventions.cs Made InvalidNonWhitespaceHtmlCharacters internal 2017-07-06 17:12:46 -07:00
HtmlNodeOptimizationPass.cs
IConfigureRazorCodeGenerationOptionsFeature.cs Made `RazorCodeGenerationOptionsBuilder.DesignTime` getter only 2017-07-07 14:41:53 -07:00
IConfigureRazorParserOptionsFeature.cs Make `RazorParserOptions.DesignTime` getter only. 2017-07-06 14:33:05 -07:00
IDirectiveDescriptorBuilder.cs Add file scoped extensible directives. 2017-06-22 11:42:37 -07:00
IRazorCSharpLoweringPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorCodeGenerationOptionsFeature.cs Made `RazorCodeGenerationOptionsBuilder.DesignTime` getter only 2017-07-07 14:41:53 -07:00
IRazorDirectiveClassifierPass.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorDirectiveClassifierPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorDirectiveFeature.cs
IRazorDocumentClassifierPass.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorDocumentClassifierPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorEngineBuilder.cs Reduce public surface area of some APIs. 2017-07-06 16:50:11 -07:00
IRazorEngineFeature.cs Add contracts for RazorProjectEngine. 2018-01-22 17:05:43 -08:00
IRazorEnginePhase.cs
IRazorFeature.cs Add contracts for RazorProjectEngine. 2018-01-22 17:05:43 -08:00
IRazorImportFeature.cs Add contracts for RazorProjectEngine. 2018-01-22 17:05:43 -08:00
IRazorIntermediateNodeLoweringPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorOptimizationPass.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorOptimizationPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorParserOptionsFeature.cs Make `RazorParserOptions.DesignTime` getter only. 2017-07-06 14:33:05 -07:00
IRazorParsingPhase.cs
IRazorProjectEngineFeature.cs Add contracts for RazorProjectEngine. 2018-01-22 17:05:43 -08:00
IRazorSyntaxTreePass.cs
IRazorSyntaxTreePhase.cs
IRazorTagHelperBinderPhase.cs
IRazorTargetExtensionFeature.cs
ITagHelperDescriptorProvider.cs
ITagHelperFeature.cs
IntermediateNodePassBase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
ItemCollection.cs Streamline collections 2017-07-05 13:46:37 -07:00
LargeTextSourceDocument.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
Microsoft.AspNetCore.Razor.Language.csproj Pin tool and package versions to make builds more repeatable 2017-11-01 18:12:08 -07:00
NotFoundProjectItem.cs Adjusted verbosity of some property names and made 2017-07-06 18:05:36 -07:00
RazorCSharpDocument.cs Rename LineMapping => SourceMapping. 2017-07-06 10:34:19 -07:00
RazorCodeDocument.cs
RazorCodeDocumentExtensions.cs Add an Identifier by default 2018-01-06 18:43:01 -08:00
RazorCodeGenerationOptions.cs Add metadata to Razor (#1894) 2018-01-02 13:30:50 -08:00
RazorCodeGenerationOptionsBuilder.cs Add metadata to Razor (#1894) 2018-01-02 13:30:50 -08:00
RazorDiagnostic.cs Removed LegacyRazorDiagnostic and RazorError 2017-12-27 11:43:19 -08:00
RazorDiagnosticCollection.cs Streamline collections 2017-07-05 13:46:37 -07:00
RazorDiagnosticDescriptor.cs Fixed DebuggerDisplay in DefaultTagHelperContent 2017-08-01 12:13:55 -07:00
RazorDiagnosticFactory.cs Removed LegacyResources.resx 2017-12-22 15:59:35 -08:00
RazorDiagnosticSeverity.cs
RazorEngine.cs Add contracts for RazorProjectEngine. 2018-01-22 17:05:43 -08:00
RazorEngineBuilderExtensions.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
RazorEngineFeatureBase.cs Rename ThrowForMissingEngineDependency. 2017-07-06 16:50:11 -07:00
RazorEnginePhaseBase.cs Rename ThrowForMissingEngineDependency. 2017-07-06 16:50:11 -07:00
RazorLanguageVersion.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
RazorParserFeatureFlags.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
RazorParserOptions.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
RazorParserOptionsBuilder.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
RazorProject.cs
RazorProjectEngine.cs Add contracts for RazorProjectEngine. 2018-01-22 17:05:43 -08:00
RazorProjectEngineBuilder.cs Add contracts for RazorProjectEngine. 2018-01-22 17:05:43 -08:00
RazorProjectEngineBuilderExtensions.cs Add contracts for RazorProjectEngine. 2018-01-22 17:05:43 -08:00
RazorProjectFileSystem.cs Add contracts for RazorProjectEngine. 2018-01-22 17:05:43 -08:00
RazorProjectItem.cs Add RelativePhysicalPath 2018-01-08 19:37:54 -08:00
RazorSourceDocument.cs Use FilePath if RelativePhysicalPath on RazorProjectItem is null 2018-01-12 15:19:01 -08:00
RazorSourceDocumentProperties.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
RazorSourceLineCollection.cs
RazorSyntaxTree.cs
RazorTemplateEngine.cs Added imports tracking to TagHelper project system 2017-12-01 16:54:36 -08:00
RazorTemplateEngineOptions.cs
RequiredAttributeDescriptor.cs Fixed DebuggerDisplay in DefaultTagHelperContent 2017-08-01 12:13:55 -07:00
RequiredAttributeDescriptorBuilder.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
RequiredAttributeDescriptorComparer.cs Make RequiredAttributeDescriptor IEquatable. 2017-07-03 11:23:51 -07:00
Resources.resx Add contracts for RazorProjectEngine. 2018-01-22 17:05:43 -08:00
SourceChange.cs
SourceLocation.cs Revert "Revert "Include LineIndex and CharacterIndex when comparing SourceLocation"" 2017-12-20 15:27:15 -08:00
SourceMapping.cs Rename LineMapping => SourceMapping. 2017-07-06 10:34:19 -07:00
SourceSpan.cs Change TagHelperBlockRewriter's error usage to use RazorDiagnosticFactory. 2017-12-22 09:38:31 -08:00
StreamSourceDocument.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
StringSourceDocument.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
SuppressChecksumOptionsFeature.cs Made `RazorCodeGenerationOptionsBuilder.DesignTime` getter only 2017-07-07 14:41:53 -07:00
TagHelperBinder.cs Fix: Nested tag helpers do not work when tag helper prefix is set 2017-08-17 15:26:10 -07:00
TagHelperBinding.cs Update the TagHelperBinding API to use IReadOnlyList. 2017-07-06 15:42:24 -07:00
TagHelperConventions.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
TagHelperDescriptor.cs Fixed DebuggerDisplay in DefaultTagHelperContent 2017-08-01 12:13:55 -07:00
TagHelperDescriptorBuilder.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
TagHelperDescriptorBuilderExtensions.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
TagHelperDescriptorComparer.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
TagHelperDescriptorExtensions.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
TagHelperDescriptorProviderContext.cs Streamline collections 2017-07-05 13:46:37 -07:00
TagHelperDocumentContext.cs
TagHelperMatchingConventions.cs Fix: Nested tag helpers do not work when tag helper prefix is set 2017-08-17 15:26:10 -07:00
TagHelperMetadata.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
TagMatchingRuleDescriptor.cs Change TagHelperDescriptor APIs to use IReadOnlyList. 2017-07-06 16:01:46 -07:00
TagMatchingRuleDescriptorBuilder.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
TagMatchingRuleDescriptorComparer.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
TagMode.cs
TagStructure.cs
baseline.netcore.json Update API Check baselines to 2.0.0 2017-09-22 15:33:52 -07:00
baseline.netframework.json Update API Check baselines to 2.0.0 2017-09-22 15:33:52 -07:00