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 Remove old <c:Foo> syntax 2018-03-14 11:23:42 +00:00
DirectiveRazorIntegrationTest.cs
FilePathRazorIntegrationTest.cs
IndexHtmlWriterTest.cs Log info message if IL linking is disabled. Fixes #302 2018-03-20 22:28:43 +00:00
Microsoft.AspNetCore.Blazor.Build.Test.csproj [Fixes #66] Adds linking support to the build 2018-03-14 11:23:43 +00:00
RazorIntegrationTestBase.cs Konvert to KoreBuild 2018-03-14 11:23:42 +00:00
RenderingRazorIntegrationTest.cs Temporary workaround for #219 ("data-" attributes don't compile) 2018-03-19 18:09:53 +00:00
RuntimeCodeGenerationRazorIntegrationTest.cs Fix for #314 - streamline lambda component args 2018-03-21 13:59:35 -07:00
RuntimeDependenciesResolverTest.cs [Fixes #66] Adds linking support to the build 2018-03-14 11:23:43 +00:00