1 write to AppUrl
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerInstance.cs (1)
78AppUrl = $"http://localhost:{port}";
3 references to AppUrl
Microsoft.AspNetCore.Components.Testing (3)
Infrastructure\RemoteLock.cs (1)
43$"{_server.AppUrl}/_test/lock/release?key={encodedKey}", content: null).ConfigureAwait(false);
Infrastructure\ServerFixture.cs (1)
249["default"] = new() { Address = i.AppUrl }
Infrastructure\ServerInstance.cs (1)
90environment["ASPNETCORE_URLS"] = AppUrl;