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 Decouple tooling from MVC assemblies 2018-02-19 14:39:19 -08:00
CSharpIdentifier.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
ExtensionInitializer.cs Decouple tooling from MVC assemblies 2018-02-19 14:39:19 -08:00
IInjectTargetExtension.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
IViewComponentTagHelperTargetExtension.cs Make ViewComponentTagHelper use extension intermediate nodes 2017-08-11 12:01:21 -07:00
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 Added support for multitargeting 2017-08-04 15:39:18 -07:00
LegacySectionTargetExtension.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.csproj Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
ModelDirective.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
ModelExpressionPass.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
MvcImportProjectFeature.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
MvcRazorTemplateEngine.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
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 Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
Resources.resx Added Name and Documentation to DirectiveTokenDescriptor 2017-11-06 10:55:52 -08:00
TagHelperDescriptorExtensions.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
ViewComponentResources.resx Added support for multitargeting 2017-08-04 15:39:18 -07:00
ViewComponentTagHelperConventions.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
ViewComponentTagHelperDescriptorFactory.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
ViewComponentTagHelperDescriptorProvider.cs Don't add the tag helper provider by default 2018-03-08 15:41:34 -08:00
ViewComponentTagHelperIntermediateNode.cs Introduces a 'formatter' for formatting the IR 2018-08-13 13:09:49 -07:00
ViewComponentTagHelperMetadata.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
ViewComponentTagHelperPass.cs Make ViewComponentTagHelper use extension intermediate nodes 2017-08-11 12:01:21 -07:00
ViewComponentTagHelperTargetExtension.cs Add support for type parameters to class nodes 2018-04-05 15:26:42 -07:00
ViewComponentTypeVisitor.cs Don't add the tag helper provider by default 2018-03-08 15:41:34 -08:00
ViewComponentTypes.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00