aspnetcore/src/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
..
Properties
BindLoweringPass.cs Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
BindTagHelperDescriptorProvider.cs
BlazorCSharpLoweringPhase.cs
BlazorCodeTarget.cs
BlazorDesignTimeNodeWriter.cs Add type checking for component parameters 2018-06-05 19:58:50 -07:00
BlazorDiagnosticFactory.cs Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
BlazorExtensionInitializer.cs Resolves #297 2018-05-22 11:10:15 -07:00
BlazorImportProjectFeature.cs In Blazor cshtml, auto-reference Microsoft.AspNetCore.Blazor and .Components (#751) 2018-05-05 17:55:08 +01:00
BlazorMetadata.cs
BlazorNodeWriter.cs Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
BlazorRuntimeNodeWriter.cs Add type checking for component parameters 2018-06-05 19:58:50 -07:00
CSharpIdentifier.cs
CodeWriterExtensions.cs
ComplexAttributeContentPass.cs Fix #784 - allow complex content for HTML 2018-05-22 11:58:46 -07:00
ComponentAttributeExtensionNode.cs
ComponentDocumentClassifierPass.cs
ComponentDocumentRewritePass.cs Update Anglesharp 2018-05-29 17:08:01 +01:00
ComponentExtensionNode.cs Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
ComponentLoweringPass.cs Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
ComponentTagHelperDescriptorProvider.cs
DocumentIntermediateNodeExtensions.cs Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
EliminateMethodBodyPass.cs
EventHandlerLoweringPass.cs Fix 773 2018-05-08 12:39:18 -07:00
EventHandlerTagHelperDescriptorProvider.cs
HtmlElementIntermediateNode.cs Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
ImplementsDirective.cs
ImplementsDirectivePass.cs Fix #745 - allow multiple implements directives 2018-05-08 14:06:22 -07:00
InjectDirective.cs
LayoutDirective.cs
LayoutDirectivePass.cs
Microsoft.AspNetCore.Blazor.Razor.Extensions.csproj Update Anglesharp 2018-05-29 17:08:01 +01:00
PageDirective.cs
PageDirectivePass.cs
RazorCompilerException.cs
RefExtensionNode.cs
RefLoweringPass.cs Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
RefTagHelperDescriptorProvider.cs
Resources.Designer.cs
Resources.resx
RouteAttributeExtensionNode.cs
ScopeStack.cs Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
ScriptTagPass.cs Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
TagHelperBoundAttributeDescriptorExtensions.cs
TagHelperDescriptorExtensions.cs
TrimWhitespacePass.cs Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00