aspnetcore/test/Microsoft.AspNetCore.Blazor...
Ryan Nowak 0c162e8c5a Allow non-property attributes to be set
This removes a limitation that prevented callers from passing
attributes to a component that aren't backed by properties.

The majority of the complication here is required to deal with the more
sophisticated way that HTML attributes are represented in the Razor IR.
2018-03-14 11:23:42 +00:00
..
Razor
ComponentDiscoveryRazorIntegrationTest.cs
ComponentRenderingRazorIntegrationTest.cs Allow non-property attributes to be set 2018-03-14 11:23:42 +00:00
DeclarationRazorIntegrationTest.cs
DesignTimeCodeGenerationRazorIntegrationTest.cs Allow non-property attributes to be set 2018-03-14 11:23:42 +00:00
DiagnosticRazorIntegrationTest.cs
DirectiveRazorIntegrationTest.cs
FilePathRazorIntegrationTest.cs
IndexHtmlFileProviderTest.cs
Microsoft.AspNetCore.Blazor.Build.Test.csproj
RazorIntegrationTestBase.cs
ReferencedAssemblyFileProviderTest.cs
RenderingRazorIntegrationTest.cs
RuntimeCodeGenerationRazorIntegrationTest.cs Allow non-property attributes to be set 2018-03-14 11:23:42 +00:00