aspnetcore/test/testapps/BasicTestApp
Javier Calvarro Nelson 700c2203c6 [Fixes #66] Adds linking support to the build
* Switch the tasks used to generate the blazor output to be MSBuild based.
* Package the optimized mono runtime and the BCL inside a nuget package.
* Add opt-in support for linking the application on build.
* Make the whole build process incremental.
2018-03-14 11:23:43 +00:00
..
HierarchicalImportsTest
HttpClientTest Use real BCL System.Net.Http.HttpClient. Implements #159 2018-02-28 17:37:42 +00:00
Properties
RouterTest Update BasicTestApp 2018-03-14 11:23:41 +00:00
wwwroot Support @bind for textboxes and checkboxes 2018-02-26 14:39:56 +00:00
AddRemoveChildComponents.cshtml Update BasicTestApp 2018-03-14 11:23:41 +00:00
BasicTestApp.csproj [Fixes #66] Adds linking support to the build 2018-03-14 11:23:43 +00:00
BindCasesComponent.cshtml Support @bind for textboxes and checkboxes 2018-02-26 14:39:56 +00:00
CounterComponent.cshtml
CounterComponentUsingChild.cshtml Update BasicTestApp 2018-03-14 11:23:41 +00:00
CounterComponentWrapper.cshtml Update BasicTestApp 2018-03-14 11:23:41 +00:00
KeyPressEventComponent.cshtml Simplify apps by moving some commonly used types into Microsoft.AspNetCore.Blazor namespace 2018-02-28 11:29:14 +00:00
MessageComponent.cshtml
ParentChildComponent.cshtml Update BasicTestApp 2018-03-14 11:23:41 +00:00
Program.cs
PropertiesChangedHandlerChild.cshtml
PropertiesChangedHandlerParent.cshtml Konvert to KoreBuild 2018-03-14 11:23:42 +00:00
RedTextComponent.cshtml
RenderFragmentToggler.cshtml Simplify apps by moving some commonly used types into Microsoft.AspNetCore.Blazor namespace 2018-02-28 11:29:14 +00:00
TextOnlyComponent.cshtml