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 |
||
|---|---|---|
| .. | ||
| Razor | ||
| ComponentDiscoveryRazorIntegrationTest.cs | ||
| ComponentRenderingRazorIntegrationTest.cs | ||
| DeclarationRazorIntegrationTest.cs | ||
| DesignTimeCodeGenerationRazorIntegrationTest.cs | ||
| DiagnosticRazorIntegrationTest.cs | ||
| DirectiveRazorIntegrationTest.cs | ||
| FilePathRazorIntegrationTest.cs | ||
| IndexHtmlFileProviderTest.cs | ||
| Microsoft.AspNetCore.Blazor.Build.Test.csproj | ||
| RazorIntegrationTestBase.cs | ||
| ReferencedAssemblyFileProviderTest.cs | ||
| RenderingRazorIntegrationTest.cs | ||
| RuntimeCodeGenerationRazorIntegrationTest.cs | ||