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