1 write to AppUrl
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerInstance.cs (1)
78
AppUrl
= $"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)
90
environment["ASPNETCORE_URLS"] =
AppUrl
;