2 references to CreateDashboardClientAsync
Aspire.Dashboard.Tests (2)
Integration\DashboardClientAuthTests.cs (2)
43
await using var client = await
CreateDashboardClientAsync
(loggerFactory, server.Url, authMode: ResourceClientAuthMode.Unsecured).DefaultTimeout();
59
await using var client = await
CreateDashboardClientAsync
(loggerFactory, server.Url, authMode: ResourceClientAuthMode.ApiKey, configureOptions: options => options.ResourceServiceClient.ApiKey = "TestApiKey!").DefaultTimeout();