1 write to _options
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
120_options = options;
4 references to _options
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (4)
209if (_options.Value.WaitForResourceCleanup) 885var port = _options.Value.RandomizePorts && endpoint.IsProxied ? null : endpoint.Port; 1520DcpDependencyCheck.CheckDcpInfoAndLogErrors(resourceLogger, _options.Value, _dcpInfo); 1609modelResourceName = DcpNameGenerator.GetObjectNameForResource(modelResource, _options.Value);