aspnetcore/src/Microsoft.AspNetCore.Blazor...
Ryan Nowak 707e781e5d Add Razor baseline test infrastructure
Ports somee infrastructure and converts Razor code generation tests to use
it. This makes it much easier to make cross cutting changes to code
generation and see the effect.

Use build /p:GenerateBaselines=true to update all of the generated code
in place or when adding new tests. Generally if tests are failing, the
easiest thing to do is to update the baselines and do a git diff to see
what the deltas are.

The changes to the tests here are to use the new baseline infrastructure
and to rename classes/methods to result in shorter file paths.
2018-04-04 08:05:59 -07:00
..
Properties
BindLoweringPass.cs Corrects spelling of some comments 2018-04-02 12:34:08 +01:00
BindTagHelperDescriptorProvider.cs Corrects spelling of some comments 2018-04-02 12:34:08 +01:00
BlazorApi.cs Replace @bind with bind-... 2018-03-29 22:04:24 -07:00
BlazorCSharpLoweringPhase.cs
BlazorCodeDocItems.cs
BlazorCodeTarget.cs
BlazorConfiguration.cs
BlazorDesignTimeNodeWriter.cs Corrects spelling of some comments 2018-04-02 12:34:08 +01:00
BlazorDiagnosticFactory.cs Replace @bind with bind-... 2018-03-29 22:04:24 -07:00
BlazorExtensionInitializer.cs Replace @bind with bind-... 2018-03-29 22:04:24 -07:00
BlazorImportProjectFeature.cs Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
BlazorMetadata.cs Corrects spelling of some comments 2018-04-02 12:34:08 +01:00
BlazorNodeWriter.cs
BlazorRuntimeNodeWriter.cs Fix for #453 2018-04-03 15:34:41 -07:00
CSharpIdentifier.cs
CodeWriterExtensions.cs
ComplexAttributeContentPass.cs
ComponentAttributeExtensionNode.cs Replace @bind with bind-... 2018-03-29 22:04:24 -07:00
ComponentBodyExtensionNode.cs Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
ComponentCloseExtensionNode.cs
ComponentDocumentClassifierPass.cs Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
ComponentLoweringPass.cs Replace @bind with bind-... 2018-03-29 22:04:24 -07:00
ComponentOpenExtensionNode.cs
ComponentTagHelperDescriptorProvider.cs Replace @bind with bind-... 2018-03-29 22:04:24 -07:00
EliminateMethodBodyPass.cs
ImplementsDirective.cs
ImplementsDirectivePass.cs
InjectDirective.cs
LayoutDirective.cs
LayoutDirectivePass.cs
Microsoft.AspNetCore.Blazor.Razor.Extensions.csproj
OrphanTagHelperLoweringPass.cs Corrects spelling of some comments 2018-04-02 12:34:08 +01:00
PageDirective.cs
PageDirectivePass.cs Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
RazorCompilerException.cs
Resources.Designer.cs Replace @bind with bind-... 2018-03-29 22:04:24 -07:00
Resources.resx Replace @bind with bind-... 2018-03-29 22:04:24 -07:00
RouteAttributeExtensionNode.cs Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
ScopeStack.cs
TagHelperBoundAttributeDescriptorExtensions.cs Replace @bind with bind-... 2018-03-29 22:04:24 -07:00
TagHelperDescriptorExtensions.cs Replace @bind with bind-... 2018-03-29 22:04:24 -07:00