aspnetcore/test
Ryan Nowak 601e7914f7 Implement components as tag helpers
Implements Component code generation and tooling support end to end
udditionally adds some default `@addTagHelper` directives to make
programming in Blazor a little nicer.

Components are discovered as Tag Helpers using Razor's extensibility
during the build/IDE process. This drives the code generation during
build and lights up a bunch of editor features.

Add
2018-03-14 11:23:41 +00:00
..
Microsoft.AspNetCore.Blazor.Browser.Test Convert the static UriHelper into a service, IUriHelper, and inject where needed 2018-02-23 10:35:28 +00:00
Microsoft.AspNetCore.Blazor.Build.Test Implement components as tag helpers 2018-03-14 11:23:41 +00:00
Microsoft.AspNetCore.Blazor.Common.Test
Microsoft.AspNetCore.Blazor.E2ETest Rename .DevHost project to .Cli, and make it work as a DotNetCliTool 2018-02-27 12:17:35 +00:00
Microsoft.AspNetCore.Blazor.Mono.Test
Microsoft.AspNetCore.Blazor.Razor.Extensions.Test Implement components as tag helpers 2018-03-14 11:23:41 +00:00
Microsoft.AspNetCore.Blazor.Test fix #216 2018-03-13 01:03:26 +01:00
shared Implement components as tag helpers 2018-03-14 11:23:41 +00:00
testapps Use real BCL System.Net.Http.HttpClient. Implements #159 2018-02-28 17:37:42 +00:00
AllTests.proj