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