1 instantiation of ResourceServiceServer
Aspire.Dashboard.Tests (1)
Integration\DashboardClientAuthTests.cs (1)
89
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();
59
await using
var
server = await CreateResourceServiceServerAsync(loggerFactory, useHttps).DefaultTimeout();
69
private static async Task<
ResourceServiceServer
> CreateResourceServiceServerAsync(ILoggerFactory loggerFactory, bool useHttps, Action<TestCalls>? configureCalls = null)