1 write to _configuration
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
111_configuration = configuration;
6 references to _configuration
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (6)
131private string DefaultContainerHostName => _configuration["AppHost:ContainerHostname"] ?? _dcpInfo?.Containers?.ContainerHostName ?? "host.docker.internal"; 969&& !string.IsNullOrEmpty(_configuration[DebugSessionPortVar]) 973supportsDebuggingAnnotation.LaunchConfigurationAnnotator(exe, _configuration[KnownConfigNames.DebugSessionRunMode] ?? ExecutableLaunchMode.NoDebug); 1024if (!string.IsNullOrEmpty(_configuration[DebugSessionPortVar]) && (supportedLaunchConfigurations is null || supportedLaunchConfigurations.Contains("project"))) 1039if (_configuration.GetBool("DOTNET_WATCH") is not true) 2027if (_configuration[KnownConfigNames.DebugSessionInfo] is { } debugSessionInfoJson && JsonSerializer.Deserialize<RunSessionInfo>(debugSessionInfoJson) is { } debugSessionInfo)