aspnetcore/test/Microsoft.AspNetCore.Blazor...
Steve Sanderson 0e9d52fe11 Support components and static content in external NuGet packages (#247)
* On build, drop <BlazorPackageContentFiles> items into dist\_content\(PackageName)\

* Add <script> and <link> tags to generated index.html

* Add testapp coverage of external content package. Still need to add E2E tests that uses it.

* Add missing unit test update

* Add example of packaging an entire Blazor component including CSS and images

* Add E2E test for component from NuGet package
2018-03-14 11:23:43 +00:00
..
Razor
ComponentDiscoveryRazorIntegrationTest.cs Implement components as tag helpers 2018-03-14 11:23:41 +00:00
ComponentRenderingRazorIntegrationTest.cs Allow non-property attributes to be set 2018-03-14 11:23:42 +00:00
DeclarationRazorIntegrationTest.cs Implement components as tag helpers 2018-03-14 11:23:41 +00:00
DesignTimeCodeGenerationRazorIntegrationTest.cs Konvert to KoreBuild 2018-03-14 11:23:42 +00:00
DiagnosticRazorIntegrationTest.cs Remove old <c:Foo> syntax 2018-03-14 11:23:42 +00:00
DirectiveRazorIntegrationTest.cs
FilePathRazorIntegrationTest.cs
IndexHtmlWriterTest.cs Support components and static content in external NuGet packages (#247) 2018-03-14 11:23: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 Implement components as tag helpers 2018-03-14 11:23:41 +00:00
RuntimeCodeGenerationRazorIntegrationTest.cs Add @page directive 2018-03-14 11:23:43 +00:00
RuntimeDependenciesResolverTest.cs [Fixes #66] Adds linking support to the build 2018-03-14 11:23:43 +00:00