4 writes to AutoSuspendEnabled
Aspire.Hosting.Azure.Sandboxes (1)
AzureSandboxesExtensions.cs (1)
314AutoSuspendEnabled = options.AutoSuspendEnabled,
Aspire.Hosting.Azure.Tests (3)
AzureSandboxesTests.cs (3)
1999AutoSuspendEnabled = false, 2081AutoSuspendEnabled = false 2086AutoSuspendEnabled = true,
5 references to AutoSuspendEnabled
Aspire.Hosting.Azure.Sandboxes (5)
AzureSandboxContainerDeployment.cs (2)
581var hasAutoSuspendOverride = options?.AutoSuspendEnabled is not null; 593Enabled = options!.AutoSuspendEnabled!.Value,
AzureSandboxesExtensions.cs (3)
314AutoSuspendEnabled = options.AutoSuspendEnabled, 377if (options.AutoSuspendEnabled is null && 381$"{nameof(AzureSandboxOptions.AutoSuspendEnabled)} must be set when configuring auto-suspend interval or mode.",