1 write to _execOptions
Aspire.Hosting (1)
Exec\ExecResourceManager.cs (1)
34_execOptions = execOptions.Value;
7 references to _execOptions
Aspire.Hosting (7)
Exec\ExecResourceManager.cs (7)
42if (!_execOptions.Enabled) 142if (!_execOptions.Enabled) 149var targetResource = _model.Resources.FirstOrDefault(x => x.Name.Equals(_execOptions.ResourceName, StringComparisons.ResourceName)); 152_logger.LogError("Target resource '{ResourceName}' not found in the model resources.", _execOptions.ResourceName); 153throw new InvalidOperationException($"Target resource {_execOptions.ResourceName} not found in the model resources"); 204if (_execOptions.StartResource) 218var command = _execOptions.Command;