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);
101
await
_proxyApp
.StartAsync().ConfigureAwait(false);
103
_configProvider =
_proxyApp
.Services.GetRequiredService<InMemoryConfigProvider>();
209
if (
_proxyApp
is not null)
211
await
_proxyApp
.StopAsync().ConfigureAwait(false);
212
await
_proxyApp
.DisposeAsync().ConfigureAwait(false);