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