aspnetcore/test/Microsoft.AspNetCore.Blazor...
Ryan Nowak cb186f494a Add type checking for component parameters
Introduces a new primitive used by the compiler for type checking. Type
checking applies to component parameters when setting the value directly
and when using bind. This is nice because it also adds error checking
for bind.
2018-06-05 19:58:50 -07:00
..
Razor
TestFiles Add type checking for component parameters 2018-06-05 19:58:50 -07:00
BindRazorIntegrationTest.cs
ComponentDiscoveryRazorIntegrationTest.cs
ComponentRenderingRazorIntegrationTest.cs
DeclarationRazorIntegrationTest.cs
DesignTimeCodeGenerationTest.cs Add type checking for component parameters 2018-06-05 19:58:50 -07:00
DiagnosticRazorIntegrationTest.cs
DirectiveRazorIntegrationTest.cs
FilePathRazorIntegrationTest.cs
IndexHtmlWriterTest.cs
Microsoft.AspNetCore.Blazor.Build.Test.csproj Update versions to 2.1.0 (rtm) 2018-05-31 20:58:09 -07:00
RazorBaselineIntegrationTestBase.cs
RazorIntegrationTestBase.cs
RenderingRazorIntegrationTest.cs
RuntimeCodeGenerationTest.cs Add type checking for component parameters 2018-06-05 19:58:50 -07:00
RuntimeDependenciesResolverTest.cs
TypingTest.cs
WorkingDirectoryRazorIntegrationTest.cs