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