1 write to _execOptions
Aspire.Hosting (1)
Exec\ExecResourceManager.cs (1)
34_execOptions = execOptions.Value;
8 references to _execOptions
Aspire.Hosting (8)
Exec\ExecResourceManager.cs (8)
42if (!_execOptions.Enabled) 158if (!_execOptions.Enabled) 165var targetResource = _model.Resources.FirstOrDefault(x => x.Name.Equals(_execOptions.ResourceName, StringComparisons.ResourceName)); 168_logger.LogError("Target resource '{ResourceName}' not found in the model resources.", _execOptions.ResourceName); 169throw new InvalidOperationException($"Target resource {_execOptions.ResourceName} not found in the model resources"); 221if (_execOptions.StartResource) 235var command = _execOptions.Command; 264var command = _execOptions.Command;