1 write to RandomizePorts
Aspire.Hosting (1)
Dcp\DcpOptions.cs (1)
189
options.
RandomizePorts
= dcpPublisherConfiguration.GetValue(nameof(options.RandomizePorts), options.RandomizePorts);
3 references to RandomizePorts
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (1)
731
var port = _options.Value.
RandomizePorts
&& endpoint.IsProxied ? null : endpoint.Port;
Dcp\DcpOptions.cs (2)
189
options.RandomizePorts = dcpPublisherConfiguration.GetValue(nameof(options.
RandomizePorts
), options.
RandomizePorts
);