aspnetcore/test/Microsoft.AspNetCore.Razor..../Extensions
N. Taylor Mullen 63aceea121 Change TagHelperBlockRewriter's error usage to use RazorDiagnosticFactory.
- Changed `DefaultRazorDiagnostic` to expose a little more information for tests. This info is only available when casted to the `DefaultRazorDiagnostic` type and only available internally.
- Changed parameter order of a `DefaultTagHelperTargetExtension` diagnostic.
- Updated baselines of files in `Razor.Language.Test`.
- Added a new convenience constructor on `SourceSpan`. The ctor is equivalent to calling the class with a SourceLocation.

#1827
2017-12-22 09:38:31 -08:00
..
DefaultTagHelperOptimizationPassTest.cs
DefaultTagHelperTargetExtensionTest.cs Change TagHelperBlockRewriter's error usage to use RazorDiagnosticFactory. 2017-12-22 09:38:31 -08:00
DesignTimeDirectiveTargetExtensionTest.cs
FunctionsDirectivePassTest.cs
InheritsDirectivePassTest.cs
PreallocatedAttributeTargetExtensionTest.cs
SectionDirectivePassTest.cs
SectionTargetExtensionTest.cs Made section 1.X compatibility only apply at design time. 2017-08-22 20:47:01 -07:00
TemplateTargetExtensionTest.cs