aspnetcore/src/Microsoft.AspNetCore.Razor....
Ajay Bhargav Baaskaran 21f2edce16 Generate and verify baselines for ClassifiedSpans and TagHelperSpans
- Moved GetClassifiedSpans and GetTagHelperSpans logic to Razor.Language
2018-07-17 10:54:42 -07:00
..
CodeGeneration Change HTML splitting logic to not split on surrogate pairs. 2018-07-13 17:18:56 -07:00
Extensions Renamed symbol to token everywhere 2018-07-06 16:29:36 -07:00
Intermediate Add support for type parameters to class nodes 2018-04-05 15:26:42 -07:00
Legacy Generate and verify baselines for ClassifiedSpans and TagHelperSpans 2018-07-17 10:54:42 -07:00
Properties Renamed symbol to token everywhere 2018-07-06 16:29:36 -07:00
AllowedChildTagDescriptor.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
AllowedChildTagDescriptorBuilder.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
AllowedChildTagDescriptorComparer.cs Fix #2298 simplify TagHelperDescriptor hash 2018-04-30 13:55:55 -07:00
AssemblyExtension.cs Fix #2099 - make AssemblyExtension public 2018-03-01 11:05:35 -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 Fix #2298 simplify TagHelperDescriptor hash 2018-04-30 13:55:55 -07:00
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 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 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 Fix #2041 - Add static constructor to DocumentWriter 2018-03-01 10:54:16 -08:00
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 Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
DefaultRazorIntermediateNodeLoweringPhase.cs Renamed symbol to token everywhere 2018-07-06 16:29:36 -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 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 Added a taghelpers and imports overload to Process and ProcessDesignTime 2018-05-22 11:40:21 -07:00
DefaultRazorProjectEngineBuilder.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07: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 Added a taghelpers and imports overload to Process and ProcessDesignTime 2018-05-22 11:40:21 -07: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 Preserve directive node diagnostics in document node 2018-04-10 10:24:21 -07:00
DirectiveTokenDescriptor.cs Added Name and Documentation to DirectiveTokenDescriptor 2017-11-06 10:55:52 -08:00
DirectiveTokenDescriptorComparer.cs
DirectiveTokenEditHandler.cs Renamed symbol to token everywhere 2018-07-06 16:29:36 -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 Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -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 Added a taghelpers and imports overload to Process and ProcessDesignTime 2018-05-22 11:40:21 -07: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 Add documents, engine, tag helpers to snapshot 2018-04-25 19:05:54 -04: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 Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
RazorEngineBuilderExtensions.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -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
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 an experimental Language Version 2018-03-19 14:10:33 -07:00
RazorParserFeatureFlags.cs Merge branch 'rel/vs15.7' into dev 2018-04-05 16:28:17 -07:00
RazorParserOptions.cs Flow RazorLanguageVersion to RazorEngine. 2018-01-29 16:08:17 -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 Added a taghelpers and imports overload to Process and ProcessDesignTime 2018-05-22 11:40:21 -07:00
RazorProjectEngineBuilder.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorProjectEngineBuilderExtensions.cs Changed AddDefaultImports to take strings instead of project items. 2018-02-21 09:42:40 -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 Fix #2298 simplify TagHelperDescriptor hash 2018-04-30 13:55:55 -07:00
Resources.resx Renamed symbol to token everywhere 2018-07-06 16:29:36 -07: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 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 Fix #2298 simplify TagHelperDescriptor hash 2018-04-30 13:55:55 -07:00
TagHelperDescriptorExtensions.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
TagHelperDescriptorProviderContext.cs Don't add the tag helper provider by default 2018-03-08 15:41:34 -08: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 Fix #2298 simplify TagHelperDescriptor hash 2018-04-30 13:55:55 -07:00
TagMode.cs
TagStructure.cs
VirtualRazorProjectFileSystem.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
baseline.netcore.json Set 2.1 baselines 2018-06-14 16:43:22 -07:00
baseline.netframework.json Set 2.0 baselines 2018-03-19 10:46:23 -07:00
breakingchanges.netcore.json Renamed symbol to token everywhere 2018-07-06 16:29:36 -07:00
breakingchanges.netframework.json Renamed symbol to token everywhere 2018-07-06 16:29:36 -07:00