2 writes to IsDevcontainer
Aspire.Hosting (2)
Devcontainers\DevcontainersOptions.cs (2)
31options.IsDevcontainer = false; 35options.IsDevcontainer = true;
3 references to IsDevcontainer
Aspire.Hosting (3)
Dashboard\DashboardLifecycleHook.cs (1)
148if (codespacesOptions.Value.IsCodespace || devcontainersOptions.Value.IsDevcontainer)
Devcontainers\DevcontainerPortForwardingLifecycleHook.cs (1)
29if (!_devcontainersOptions.Value.IsDevcontainer && !_codespacesOptions.Value.IsCodespace)
Devcontainers\DevcontainerSettingsWriter.cs (1)
140else if (devcontainerOptions.Value.IsDevcontainer)