aspnetcore/src/Microsoft.AspNetCore.Razor....
Nate McMaster 13824c418e Catch 15.7 up with dev
This change integrates most of the non-breaking work that we did in 2.1
including the updates to make Razor less coupled to MVC.
2018-02-19 10:46:16 -08:00
..
CodeGeneration Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
Extensions Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
Intermediate Made IntermediateNodeWalker.Ancestors indexable 2017-07-06 19:24:25 -07:00
Legacy Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
Properties Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
AllowedChildTagDescriptor.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
AllowedChildTagDescriptorBuilder.cs
AllowedChildTagDescriptorComparer.cs
AssemblyExtension.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08: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
Checksum.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -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 Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultDocumentClassifierPass.cs
DefaultDocumentClassifierPassFeature.cs
DefaultImportProjectFeature.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
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 Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorCodeGenerationOptionsBuilder.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorCodeGenerationOptionsFactoryProjectFeature.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorCodeGenerationOptionsFeature.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorDiagnostic.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -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
DefaultRazorIntermediateNodeLoweringPhase.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorOptimizationPhase.cs
DefaultRazorParserOptions.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
DefaultRazorParserOptionsBuilder.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorParserOptionsFactoryProjectFeature.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorParserOptionsFeature.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorParsingPhase.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorProjectEngine.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorProjectEngineBuilder.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorProjectFileSystem.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorProjectItem.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorSourceLineCollection.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorSyntaxTree.cs
DefaultRazorSyntaxTreePhase.cs
DefaultRazorTagHelperBinderPhase.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -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
EmptyProjectFileSystem.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -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
IImportProjectFeature.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
IRazorCSharpLoweringPhase.cs
IRazorCodeGenerationOptionsFactoryProjectFeature.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
IRazorCodeGenerationOptionsFeature.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08: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 Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
IRazorEnginePhase.cs
IRazorFeature.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
IRazorIntermediateNodeLoweringPhase.cs
IRazorOptimizationPass.cs
IRazorOptimizationPhase.cs
IRazorParserOptionsFactoryProjectFeature.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
IRazorParserOptionsFeature.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
IRazorParsingPhase.cs
IRazorProjectEngineFeature.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -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 Catch 15.7 up with dev 2018-02-19 10:46:16 -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
ProvideRazorExtensionInitializerAttribute.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorCSharpDocument.cs Rename LineMapping => SourceMapping. 2017-07-06 10:34:19 -07:00
RazorCodeDocument.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorCodeDocumentExtensions.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorCodeGenerationOptions.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorCodeGenerationOptionsBuilder.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorConfiguration.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorDiagnostic.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -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 Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorDiagnosticSeverity.cs
RazorEngine.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -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-03 20:13:24 -08:00
RazorExtensionInitializer.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorLanguageVersion.cs Add prelimianry support for extensions to Razor (#2012) 2018-02-03 20:13:24 -08:00
RazorParserFeatureFlags.cs Add prelimianry support for extensions to Razor (#2012) 2018-02-03 20:13:24 -08:00
RazorParserOptions.cs Flow RazorLanguageVersion to RazorEngine. 2018-01-25 09:17:37 -08:00
RazorParserOptionsBuilder.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorProject.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorProjectEngine.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorProjectEngineBuilder.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorProjectEngineBuilderExtensions.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorProjectEngineFeatureBase.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorProjectFileSystem.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorProjectItem.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorSourceDocument.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorSourceDocumentProperties.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorSourceLineCollection.cs
RazorSyntaxTree.cs
RazorTemplateEngine.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorTemplateEngineOptions.cs
RequiredAttributeDescriptor.cs Fixed DebuggerDisplay in DefaultTagHelperContent 2017-08-01 12:13:55 -07:00
RequiredAttributeDescriptorBuilder.cs
RequiredAttributeDescriptorComparer.cs
Resources.resx Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
SourceChange.cs
SourceLocation.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
SourceMapping.cs Rename LineMapping => SourceMapping. 2017-07-06 10:34:19 -07:00
SourceSpan.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
StreamSourceDocument.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
StringSourceDocument.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -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 Catch 15.7 up with dev 2018-02-19 10:46:16 -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