aspnetcore/test/Microsoft.AspNetCore.Blazor...
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
..
Razor Get rid of RazorCompiler 2018-03-14 11:23:40 +00:00
ComponentDiscoveryRazorIntegrationTest.cs Implement components as tag helpers 2018-03-14 11:23:41 +00:00
ComponentRenderingRazorIntegrationTest.cs Implement components as tag helpers 2018-03-14 11:23:41 +00:00
DeclarationRazorIntegrationTest.cs Implement components as tag helpers 2018-03-14 11:23:41 +00:00
DesignTimeCodeGenerationRazorIntegrationTest.cs Implement components as tag helpers 2018-03-14 11:23:41 +00:00
DiagnosticRazorIntegrationTest.cs Get rid of RazorCompiler 2018-03-14 11:23:40 +00:00
DirectiveRazorIntegrationTest.cs Get rid of RazorCompiler 2018-03-14 11:23:40 +00:00
FilePathRazorIntegrationTest.cs Get rid of RazorCompiler 2018-03-14 11:23:40 +00:00
IndexHtmlFileProviderTest.cs
Microsoft.AspNetCore.Blazor.Build.Test.csproj Rename .DevHost project to .Cli, and make it work as a DotNetCliTool 2018-02-27 12:17:35 +00:00
RazorIntegrationTestBase.cs Implement components as tag helpers 2018-03-14 11:23:41 +00:00
ReferencedAssemblyFileProviderTest.cs
RenderingRazorIntegrationTest.cs Implement components as tag helpers 2018-03-14 11:23:41 +00:00
RuntimeCodeGenerationRazorIntegrationTest.cs Implement components as tag helpers 2018-03-14 11:23:41 +00:00