4 references to CreateAppAsync
Aspire.Playground.Tests (4)
BlazorWasmHostingTests.cs (4)
22await using var app = await CreateAppAsync(typeof(Projects.BlazorHosted_AppHost)); 52await using var app = await CreateAppAsync(typeof(Projects.BlazorHosted_AppHost), enableDashboard: true); 103await using var app = await CreateAppAsync(typeof(Projects.BlazorStandalone_AppHost)); 133await using var app = await CreateAppAsync(typeof(Projects.BlazorStandalone_AppHost), enableDashboard: true);