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)
42
if (!
_execOptions
.Enabled)
158
if (!
_execOptions
.Enabled)
165
var 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);
169
throw new InvalidOperationException($"Target resource {
_execOptions
.ResourceName} not found in the model resources");
221
if (
_execOptions
.StartResource)
235
var command =
_execOptions
.Command;
264
var command =
_execOptions
.Command;