aspnetcore/src/Microsoft.AspNetCore.Razor....
Ajay Bhargav Baaskaran b3be0ebb91 Moved TokenizerBackerParser out of LegacyRazorDiagnostic 2017-12-20 11:21:05 -08:00
..
CodeGeneration Convert most of CodeWriter into extensions 2017-07-07 10:55:33 -07:00
Extensions Move DefaultTagHelperTargetExtension errors to use RazorDiagnosticFactory. 2017-12-19 15:28:24 -08:00
Intermediate Made IntermediateNodeWalker.Ancestors indexable 2017-07-06 19:24:25 -07:00
Legacy Moved TokenizerBackerParser out of LegacyRazorDiagnostic 2017-12-20 11:21:05 -08:00
Properties Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -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
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
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
DefaultDocumentClassifierPassFeature.cs
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
DefaultRazorCodeGenerationOptionsBuilder.cs Made `RazorCodeGenerationOptionsBuilder.DesignTime` getter only 2017-07-07 14:41:53 -07:00
DefaultRazorCodeGenerationOptionsFeature.cs Made `RazorCodeGenerationOptionsBuilder.DesignTime` getter only 2017-07-07 14:41:53 -07:00
DefaultRazorDiagnostic.cs
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
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
DefaultRazorSourceLineCollection.cs
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 Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
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
FileSystemRazorProject.cs
FileSystemRazorProjectItem.cs Added imports tracking to TagHelper project system 2017-12-01 16:54:36 -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
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
IRazorEnginePhase.cs
IRazorIntermediateNodeLoweringPhase.cs
IRazorOptimizationPass.cs
IRazorOptimizationPhase.cs
IRazorParserOptionsFeature.cs Make `RazorParserOptions.DesignTime` getter only. 2017-07-06 14:33:05 -07:00
IRazorParsingPhase.cs
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
LegacyRazorDiagnostic.cs
LegacyResources.resx Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -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
RazorCodeGenerationOptions.cs Made `RazorCodeGenerationOptionsBuilder.DesignTime` getter only 2017-07-07 14:41:53 -07:00
RazorCodeGenerationOptionsBuilder.cs Made `RazorCodeGenerationOptionsBuilder.DesignTime` getter only 2017-07-07 14:41:53 -07:00
RazorDiagnostic.cs Make ErrorSink and Tokenizer depend on RazorDiagnostic instead of RazorError 2017-12-14 18:32:58 -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 Moved TokenizerBackerParser out of LegacyRazorDiagnostic 2017-12-20 11:21:05 -08:00
RazorDiagnosticSeverity.cs
RazorEngine.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07: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
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
RazorProjectItem.cs Fixed DebuggerDisplay in DefaultTagHelperContent 2017-08-01 12:13:55 -07:00
RazorSourceDocument.cs Adjusted verbosity of some property names and made 2017-07-06 18:05:36 -07: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 Make RequiredAttributeDescriptor IEquatable. 2017-07-03 11:23:51 -07:00
Resources.resx Added Name and Documentation to DirectiveTokenDescriptor 2017-11-06 10:55:52 -08:00
SourceChange.cs
SourceLocation.cs Revert "Include LineIndex and CharacterIndex when comparing SourceLocation" 2017-12-19 18:04:18 -08:00
SourceMapping.cs Rename LineMapping => SourceMapping. 2017-07-06 10:34:19 -07:00
SourceSpan.cs
StreamSourceDocument.cs
StringSourceDocument.cs
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
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
TagMatchingRuleDescriptorComparer.cs
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