5 instantiations of AppManifestPaths
Aspire.Hosting.Blazor (1)
BlazorGatewayExtensions.cs (1)
491result.Add(new AppManifestPaths(reg, paths.Value.endpointsManifest, paths.Value.runtimeManifest));
Aspire.Hosting.Blazor.Tests (4)
EndpointsManifestTransformerTests.cs (4)
186new(new GatewayAppRegistration(storeApp, "store", Array.Empty<GatewayAppService>()), app1Path, app1Path), 187new(new GatewayAppRegistration(adminApp, "admin", Array.Empty<GatewayAppService>()), app2Path, app2Path) 250new(new GatewayAppRegistration(storeApp, "store", Array.Empty<GatewayAppService>()), app1Path, app1Path), 251new(new GatewayAppRegistration(adminApp, "admin", Array.Empty<GatewayAppService>()), app2Path, app2Path)
8 references to AppManifestPaths
Aspire.Hosting.Blazor (6)
BlazorGatewayExtensions.cs (4)
470private static async Task<List<AppManifestPaths>?> BuildAndDiscoverManifestsAsync( 473var result = new List<AppManifestPaths>(); 500List<AppManifestPaths> manifests, string outputDir, EnvironmentCallbackContext context) 502foreach (var manifest in manifests)
Manifests\EndpointsManifestTransformer.cs (2)
74List<AppManifestPaths> appManifests, 82foreach (var manifest in appManifests)
Aspire.Hosting.Blazor.Tests (2)
EndpointsManifestTransformerTests.cs (2)
184var manifests = new List<AppManifestPaths> 248var manifests = new List<AppManifestPaths>