1 write to _proxyApp
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFactory.cs (1)
125_proxyApp = builder.Build();
8 references to _proxyApp
Microsoft.AspNetCore.Components.Testing (8)
Infrastructure\ServerFactory.cs (8)
129_proxyApp.MapPost("/_ready/{token}", (string token) => 139_proxyApp.MapReverseProxy(); 140_proxyApp.Urls.Add(ProxyUrl); 142await _proxyApp.StartAsync().ConfigureAwait(false); 144_configProvider = _proxyApp.Services.GetRequiredService<InMemoryConfigProvider>(); 264if (_proxyApp is not null) 266await _proxyApp.StopAsync().ConfigureAwait(false); 267await _proxyApp.DisposeAsync().ConfigureAwait(false);