1 write to RandomizePorts
Aspire.Hosting (1)
Dcp\DcpOptions.cs (1)
226
options.
RandomizePorts
= dcpPublisherConfiguration.GetValue(nameof(options.RandomizePorts), options.RandomizePorts);
4 references to RandomizePorts
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (2)
1098
_logger.LogDebug("Preparing services. Ports randomized: {RandomizePorts}", _options.Value.
RandomizePorts
);
1124
if (_options.Value.
RandomizePorts
&& endpoint.IsProxied && endpoint.Port != null)
Dcp\DcpOptions.cs (2)
226
options.RandomizePorts = dcpPublisherConfiguration.GetValue(nameof(options.
RandomizePorts
), options.
RandomizePorts
);