aspnetcore/test/Microsoft.AspNetCore.Blazor...
Ryan Nowak 808f741cdd Fix for #314 - streamline lambda component args
This change removes the magic 'auto-lambda' feature that has some
unconvincing UX.

Also working around a razor bug where explicit expressions are lowered
incorrectly. This should make it possible to write code like:

<Foo Bar="@(e => { OnChanged(e); })" />
2018-03-21 13:59:35 -07:00
..
Razor
ComponentDiscoveryRazorIntegrationTest.cs
ComponentRenderingRazorIntegrationTest.cs Fix for #314 - streamline lambda component args 2018-03-21 13:59:35 -07:00
DeclarationRazorIntegrationTest.cs
DesignTimeCodeGenerationRazorIntegrationTest.cs Fix for #314 - streamline lambda component args 2018-03-21 13:59:35 -07:00
DiagnosticRazorIntegrationTest.cs
DirectiveRazorIntegrationTest.cs
FilePathRazorIntegrationTest.cs
IndexHtmlWriterTest.cs
Microsoft.AspNetCore.Blazor.Build.Test.csproj
RazorIntegrationTestBase.cs
RenderingRazorIntegrationTest.cs
RuntimeCodeGenerationRazorIntegrationTest.cs Fix for #314 - streamline lambda component args 2018-03-21 13:59:35 -07:00
RuntimeDependenciesResolverTest.cs