aspnetcore/src/Microsoft.AspNetCore.Razor..../Extensions
N. Taylor Mullen 926dae0d88 Move DefaultTagHelperTargetExtension errors to use RazorDiagnosticFactory.
- Added tests validating these errors because we didn't have any before.

#1827
2017-12-19 15:28:24 -08:00
..
DefaultTagHelperBodyIntermediateNode.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultTagHelperCreateIntermediateNode.cs Rename properties on taghelper nodes 2017-07-07 11:32:05 -07:00
DefaultTagHelperExecuteIntermediateNode.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultTagHelperHtmlAttributeIntermediateNode.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultTagHelperOptimizationPass.cs Rename properties on taghelper nodes 2017-07-07 11:32:05 -07:00
DefaultTagHelperPropertyIntermediateNode.cs Rename properties on taghelper nodes 2017-07-07 11:32:05 -07:00
DefaultTagHelperRuntimeIntermediateNode.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultTagHelperTargetExtension.cs Move DefaultTagHelperTargetExtension errors to use RazorDiagnosticFactory. 2017-12-19 15:28:24 -08:00
DesignTimeDirectiveIntermediateNode.cs Streamline collections 2017-07-05 13:46:37 -07:00
DesignTimeDirectivePass.cs Unnest IntermediateToken.TokenKind 2017-07-06 11:15:36 -07:00
DesignTimeDirectiveTargetExtension.cs Fix: Broken intellisense for extensible directives 2017-08-29 14:47:52 -07:00
FunctionsDirective.cs Add basic Razor directive completion. 2017-09-05 10:08:31 -07:00
FunctionsDirectivePass.cs
IDefaultTagHelperTargetExtension.cs
IDesignTimeDirectiveTargetExtension.cs Rename properties on taghelper nodes 2017-07-07 11:32:05 -07:00
IPreallocatedAttributeTargetExtension.cs
ISectionTargetExtension.cs
ITemplateTargetExtension.cs
InheritsDirective.cs Added Name and Documentation to DirectiveTokenDescriptor 2017-11-06 10:55:52 -08:00
InheritsDirectivePass.cs
PreallocatedAttributeTargetExtension.cs Rename properties on taghelper nodes 2017-07-07 11:32:05 -07:00
PreallocatedTagHelperAttributeOptimizationPass.cs
PreallocatedTagHelperHtmlAttributeIntermediateNode.cs Streamline collections 2017-07-05 13:46:37 -07:00
PreallocatedTagHelperHtmlAttributeValueIntermediateNode.cs Streamline collections 2017-07-05 13:46:37 -07:00
PreallocatedTagHelperPropertyIntermediateNode.cs Rename properties on taghelper nodes 2017-07-07 11:32:05 -07:00
PreallocatedTagHelperPropertyValueIntermediateNode.cs Streamline collections 2017-07-05 13:46:37 -07:00
SectionDirective.cs Added Name and Documentation to DirectiveTokenDescriptor 2017-11-06 10:55:52 -08:00
SectionDirectivePass.cs Fix ModelExpression's in section directive blocks. 2017-08-16 10:25:53 -07:00
SectionIntermediateNode.cs Rename properties on taghelper nodes 2017-07-07 11:32:05 -07:00
SectionTargetExtension.cs Made section 1.X compatibility only apply at design time. 2017-08-22 20:47:01 -07:00
TemplateIntermediateNode.cs Streamline collections 2017-07-05 13:46:37 -07:00
TemplateTargetExtension.cs