5 references to ExecOptions
Aspire.Hosting (5)
DistributedApplicationBuilder.cs (3)
507
var execOptionsSection = _innerBuilder.Configuration.GetSection(
ExecOptions
.SectionName);
509
.Configure<
ExecOptions
>(execOptionsSection)
510
.PostConfigure<
ExecOptions
>(execOptions =>
Exec\ExecResourceManager.cs (2)
17
private readonly
ExecOptions
_execOptions;
27
IOptions<
ExecOptions
> execOptions,