aspnetcore/src/Microsoft.AspNetCore.Mvc.Ra...
Ryan Nowak 585e6cd3fe Introduces a 'formatter' for formatting the IR
The new Formatter is used in debugger display, to resolve #2264

The next iteration (assuming we like this) will be to replat our testing
baseline infrastructure on top of this, and then start sharing that with
Blazor - related to #2265.

I found when implementing debugger display that I was duplicating a lot
of details between testing and this.

I also want to convert the Blazor tests to use shared infrastructure.
Right now the Blazor tests use a modified version of the Razor
infrastructure that has different features.
2018-08-13 13:09:49 -07:00
..
Properties
CSharpIdentifier.cs
ExtensionInitializer.cs
IInjectTargetExtension.cs
IViewComponentTagHelperTargetExtension.cs
InjectDirective.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
InjectIntermediateNode.cs Introduces a 'formatter' for formatting the IR 2018-08-13 13:09:49 -07:00
InjectTargetExtension.cs
LegacySectionTargetExtension.cs
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.csproj
ModelDirective.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
ModelExpressionPass.cs
MvcImportProjectFeature.cs
MvcRazorTemplateEngine.cs
MvcViewDocumentClassifierPass.cs Use checksum for classname if filepath is null 2018-06-11 08:25:57 -07:00
RazorExtensions.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
RazorExtensionsDiagnosticFactory.cs
Resources.resx
TagHelperDescriptorExtensions.cs
ViewComponentResources.resx
ViewComponentTagHelperConventions.cs
ViewComponentTagHelperDescriptorFactory.cs
ViewComponentTagHelperDescriptorProvider.cs
ViewComponentTagHelperIntermediateNode.cs Introduces a 'formatter' for formatting the IR 2018-08-13 13:09:49 -07:00
ViewComponentTagHelperMetadata.cs
ViewComponentTagHelperPass.cs
ViewComponentTagHelperTargetExtension.cs Add support for type parameters to class nodes 2018-04-05 15:26:42 -07:00
ViewComponentTypeVisitor.cs
ViewComponentTypes.cs