1 instantiation of ResourceServiceServer
Aspire.Dashboard.Tests (1)
Integration\DashboardClientAuthTests.cs (1)
88
return
new
(serverApp, testCalls);
3 references to ResourceServiceServer
Aspire.Dashboard.Tests (3)
Integration\DashboardClientAuthTests.cs (3)
42
await using
var
server = await CreateResourceServiceServerAsync(loggerFactory, useHttps).DefaultTimeout();
58
await using
var
server = await CreateResourceServiceServerAsync(loggerFactory, useHttps).DefaultTimeout();
68
private static async Task<
ResourceServiceServer
> CreateResourceServiceServerAsync(ILoggerFactory loggerFactory, bool useHttps, Action<TestCalls>? configureCalls = null)