4 references to Host
Aspire.Hosting.Browsers.Tests (4)
src\Aspire.Hosting.Browsers\BrowserHostRegistry.cs (4)
87_logger.LogInformation("Reusing tracked browser host '{BrowserExecutable}' at '{Endpoint}'. Active leases: {ReferenceCount}.", identity.ExecutablePath, FormatDebugEndpoint(entry.Host.DebugEndpoint), entry.ReferenceCount); 89return new BrowserHostLease(entry.Host, releaseAsync: token => ReleaseAsync(identity, token)); 135hosts = [.. _hosts.Values.Select(static entry => entry.Host)]; 193hostToDispose = entry.Host;