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