aspnetcore/test/Microsoft.AspNetCore.Blazor...
Ryan Nowak 354752cf16 Add support for generic-typed components (#1417)
* Add the ability to discover generic types/properties

* Add @typeparam directive

Adds the ability to declare a generic-typed component using Razor.

* Add a 'type parameter' property to generic components

* Adds the ability to consume generic-typed components
2018-09-16 14:01:15 -07:00
..
Razor Add support for generic-typed components (#1417) 2018-09-16 14:01:15 -07:00
TestFiles Add support for generic-typed components (#1417) 2018-09-16 14:01:15 -07:00
BindRazorIntegrationTest.cs
BootJsonWriterTest.cs
ChildContentRazorIntegrationTest.cs
CodeGenerationTestBase.cs Add support for generic-typed components (#1417) 2018-09-16 14:01:15 -07:00
ComponentDiscoveryRazorIntegrationTest.cs Add support for generic-typed components (#1417) 2018-09-16 14:01:15 -07:00
ComponentRenderingRazorIntegrationTest.cs
DeclarationRazorIntegrationTest.cs
DesignTimeCodeGenerationTest.cs
DiagnosticRazorIntegrationTest.cs
DirectiveRazorIntegrationTest.cs
FilePathRazorIntegrationTest.cs
GenericComponentRazorIntegrationTest.cs Add support for generic-typed components (#1417) 2018-09-16 14:01:15 -07:00
Microsoft.AspNetCore.Blazor.Build.Test.csproj
RazorBaselineIntegrationTestBase.cs Add support for generic-typed components (#1417) 2018-09-16 14:01:15 -07:00
RazorIntegrationTestBase.cs
RenderingRazorIntegrationTest.cs
RuntimeCodeGenerationTest.cs
RuntimeDependenciesResolverTest.cs
TemplateRazorIntegrationTest.cs
TypingTest.cs
WorkingDirectoryRazorIntegrationTest.cs