2 writes to IsDevcontainer
Aspire.Hosting (2)
Devcontainers\DevcontainersOptions.cs (2)
31
options.
IsDevcontainer
= false;
35
options.
IsDevcontainer
= true;
1 reference to IsDevcontainer
Aspire.Hosting (1)
Devcontainers\DevcontainerPortForwardingLifecycleHook.cs (1)
29
if (!_devcontainersOptions.Value.
IsDevcontainer
&& !_codespacesOptions.Value.IsCodespace)