1 write to _proxyApp
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
84_proxyApp = builder.Build();
8 references to _proxyApp
Microsoft.AspNetCore.Components.Testing (8)
Infrastructure\ServerFixture.cs (8)
88_proxyApp.MapPost("/_ready/{token}", (string token) => 98_proxyApp.MapReverseProxy(); 99_proxyApp.Urls.Add(ProxyUrl); 101await _proxyApp.StartAsync().ConfigureAwait(false); 103_configProvider = _proxyApp.Services.GetRequiredService<InMemoryConfigProvider>(); 209if (_proxyApp is not null) 211await _proxyApp.StopAsync().ConfigureAwait(false); 212await _proxyApp.DisposeAsync().ConfigureAwait(false);