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