5 references to ResourceNotificationServiceOptions
Aspire.Hosting (3)
ApplicationModel\ResourceNotificationService.cs (2)
74DefaultWaitBehavior = serviceProvider.GetService<IOptions<ResourceNotificationServiceOptions>>()?.Value.DefaultWaitBehavior ?? WaitBehavior.StopOnResourceUnavailable; 183/// or configure the default behavior with <see cref="ResourceNotificationServiceOptions.DefaultWaitBehavior"/>.
DistributedApplicationBuilder.cs (1)
318_innerBuilder.Services.Configure<ResourceNotificationServiceOptions>(o =>
Aspire.Hosting.Tests (2)
WaitForTests.cs (2)
285builder.Services.Configure<ResourceNotificationServiceOptions>(o => 392builder.Services.Configure<ResourceNotificationServiceOptions>(o =>