aspnetcore/src/Microsoft.AspNetCore.Razor....
Artak Mkrtchyan b2ae175d39 Moved the comment check into the "ValidateParentAllowsContent" method 2018-02-13 15:58:12 -08:00
..
CodeGeneration Add metadata to Razor (#1894) 2018-01-02 13:30:50 -08:00
Extensions Add MVC support for RazorProjectEngine. 2018-01-25 12:26:11 -08:00
Intermediate Made IntermediateNodeWalker.Ancestors indexable 2017-07-06 19:24:25 -07:00
Legacy Moved the comment check into the "ValidateParentAllowsContent" method 2018-02-13 15:58:12 -08:00
Properties Add support for relative paths 2018-02-05 14:19:52 -08:00
AllowedChildTagDescriptor.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
AllowedChildTagDescriptorBuilder.cs
AllowedChildTagDescriptorComparer.cs
AttributeStructure.cs
BoundAttributeDescriptor.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
BoundAttributeDescriptorBuilder.cs
BoundAttributeDescriptorBuilderExtensions.cs
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
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
DefaultDocumentClassifierPassFeature.cs
DefaultRazorCSharpDocument.cs Rename LineMapping => SourceMapping. 2017-07-06 10:34:19 -07:00
DefaultRazorCSharpLoweringPhase.cs
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
DefaultRazorDirectiveFeature.cs Make `RazorParserOptions.DesignTime` getter only. 2017-07-06 14:33:05 -07:00
DefaultRazorDocumentClassifierPhase.cs
DefaultRazorEngine.cs
DefaultRazorEngineBuilder.cs Reduce public surface area of some APIs. 2017-07-06 16:50:11 -07:00
DefaultRazorImportFeature.cs Change RazorProjectEngine to operate on RazorProjectItems. 2018-02-09 17:24:27 -08:00
DefaultRazorIntermediateNodeLoweringPhase.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
DefaultRazorOptimizationPhase.cs
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 Change RazorProjectEngine to operate on RazorProjectItems. 2018-02-09 17:24:27 -08:00
DefaultRazorProjectEngineBuilder.cs Update RazorProjectEngine to use RazorConfiguration. 2018-01-29 16:08:17 -08:00
DefaultRazorProjectFileSystem.cs Move to RazorProjectFileSystem. 2018-02-09 11:49:31 -08:00
DefaultRazorProjectItem.cs Move to RazorProjectFileSystem. 2018-02-09 11:49:31 -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
DefaultRequiredAttributeDescriptorBuilder.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultTagHelperDescriptor.cs
DefaultTagHelperDescriptorBuilder.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultTagMatchingRuleDescriptor.cs
DefaultTagMatchingRuleDescriptorBuilder.cs Streamline collections 2017-07-05 13:46:37 -07:00
DirectiveDescriptor.cs
DirectiveDescriptorBuilderExtensions.cs Added Name and Documentation to DirectiveTokenDescriptor 2017-11-06 10:55:52 -08:00
DirectiveDescriptorComparer.cs
DirectiveKind.cs
DirectiveRemovalOptimizationPass.cs
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
DocumentClassifierPassBase.cs Made CodeTargetBuilder an abstract class 2017-07-06 19:01:28 -07: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
IRazorCSharpLoweringPhase.cs
IRazorCodeGenerationOptionsFeature.cs Made `RazorCodeGenerationOptionsBuilder.DesignTime` getter only 2017-07-07 14:41:53 -07:00
IRazorDirectiveClassifierPass.cs
IRazorDirectiveClassifierPhase.cs
IRazorDirectiveFeature.cs
IRazorDocumentClassifierPass.cs
IRazorDocumentClassifierPhase.cs
IRazorEngineBuilder.cs Reduce public surface area of some APIs. 2017-07-06 16:50:11 -07:00
IRazorEngineFeature.cs Revert "Revert "Add contracts for RazorProjectEngine."" 2018-01-24 11:20:18 -08:00
IRazorEnginePhase.cs
IRazorFeature.cs Revert "Revert "Add contracts for RazorProjectEngine."" 2018-01-24 11:20:18 -08:00
IRazorImportFeature.cs Change RazorProjectEngine to operate on RazorProjectItems. 2018-02-09 17:24:27 -08:00
IRazorIntermediateNodeLoweringPhase.cs
IRazorOptimizationPass.cs
IRazorOptimizationPhase.cs
IRazorParserOptionsFeature.cs Make `RazorParserOptions.DesignTime` getter only. 2017-07-06 14:33:05 -07:00
IRazorParsingPhase.cs
IRazorProjectEngineFeature.cs Revert "Revert "Add contracts for RazorProjectEngine."" 2018-01-24 11:20:18 -08:00
IRazorSyntaxTreePass.cs
IRazorSyntaxTreePhase.cs
IRazorTagHelperBinderPhase.cs
IRazorTargetExtensionFeature.cs
ITagHelperDescriptorProvider.cs
ITagHelperFeature.cs
IntermediateNodePassBase.cs
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
RazorConfiguration.cs Add prelimianry support for extensions to Razor (#2012) 2018-02-02 17:41:14 -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 prelimianry support for extensions to Razor (#2012) 2018-02-02 17:41:14 -08:00
RazorEngineBuilderExtensions.cs
RazorEngineFeatureBase.cs Rename ThrowForMissingEngineDependency. 2017-07-06 16:50:11 -07:00
RazorEnginePhaseBase.cs Rename ThrowForMissingEngineDependency. 2017-07-06 16:50:11 -07:00
RazorExtension.cs Add prelimianry support for extensions to Razor (#2012) 2018-02-02 17:41:14 -08:00
RazorLanguageVersion.cs Add prelimianry support for extensions to Razor (#2012) 2018-02-02 17:41:14 -08:00
RazorParserFeatureFlags.cs Add prelimianry support for extensions to Razor (#2012) 2018-02-02 17:41:14 -08:00
RazorParserOptions.cs Flow RazorLanguageVersion to RazorEngine. 2018-01-29 16:08:17 -08:00
RazorParserOptionsBuilder.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
RazorProject.cs Move to RazorProjectFileSystem. 2018-02-09 11:49:31 -08:00
RazorProjectEngine.cs Change RazorProjectEngine to operate on RazorProjectItems. 2018-02-09 17:24:27 -08:00
RazorProjectEngineBuilder.cs Update RazorProjectEngine to use RazorConfiguration. 2018-01-29 16:08:17 -08:00
RazorProjectEngineBuilderExtensions.cs Add MVC support for RazorProjectEngine. 2018-01-25 12:26:11 -08:00
RazorProjectEngineFeatureBase.cs Change RazorProjectEngine to operate on RazorProjectItems. 2018-02-09 17:24:27 -08:00
RazorProjectFileSystem.cs Move to RazorProjectFileSystem. 2018-02-09 11:49:31 -08:00
RazorProjectItem.cs Move to RazorProjectFileSystem. 2018-02-09 11:49:31 -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
RequiredAttributeDescriptorComparer.cs
Resources.resx Add support for relative paths 2018-02-05 14:19:52 -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
TagHelperDescriptor.cs Fixed DebuggerDisplay in DefaultTagHelperContent 2017-08-01 12:13:55 -07:00
TagHelperDescriptorBuilder.cs
TagHelperDescriptorBuilderExtensions.cs
TagHelperDescriptorComparer.cs
TagHelperDescriptorExtensions.cs
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
TagMatchingRuleDescriptor.cs Change TagHelperDescriptor APIs to use IReadOnlyList. 2017-07-06 16:01:46 -07:00
TagMatchingRuleDescriptorBuilder.cs
TagMatchingRuleDescriptorComparer.cs
TagMode.cs
TagStructure.cs
VirtualRazorProjectFileSystem.cs Change RazorProjectEngine to operate on RazorProjectItems. 2018-02-09 17:24:27 -08:00
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