5 writes to ContentRoots
Aspire.Hosting.Blazor (1)
Manifests\EndpointsManifestTransformer.cs (1)
119ContentRoots = [.. mergedContentRoots],
Aspire.Hosting.Blazor.Tests (4)
EndpointsManifestTransformerTests.cs (4)
135ContentRoots = ["/app1/wwwroot"], 156ContentRoots = ["/app2/wwwroot"], 216ContentRoots = ["/app1/root1", "/app1/root2"], 229ContentRoots = ["/app2/root1"],
4 references to ContentRoots
Aspire.Hosting.Blazor.Tests (4)
EndpointsManifestTransformerTests.cs (4)
201Assert.Equal(2, merged.ContentRoots.Length); 202Assert.Equal("/app1/wwwroot", merged.ContentRoots[0]); 203Assert.Equal("/app2/wwwroot", merged.ContentRoots[1]); 263Assert.Equal(3, merged.ContentRoots.Length);