1 instantiation of PortForwardEntry
Aspire.Hosting (1)
Devcontainers\DevcontainerSettingsWriter.cs (1)
51
_portUpdates.Writer.TryWrite(new
PortForwardEntry
(url, port, protocol, label, openBrowser));
6 references to PortForwardEntry
Aspire.Hosting (6)
Devcontainers\DevcontainerSettingsWriter.cs (6)
27
private readonly Channel<
PortForwardEntry
> _portUpdates = Channel.CreateUnbounded<
PortForwardEntry
>(new UnboundedChannelOptions
75
List<
PortForwardEntry
> batch = [];
76
while (reader.TryRead(out
var
entry))
102
private async Task WriteSettingsAsync(IReadOnlyList<
PortForwardEntry
> newPorts, CancellationToken cancellationToken)
153
foreach (
var
portEntry in newPorts)