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