1 write to _configuration
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
116_configuration = configuration;
7 references to _configuration
Aspire.Hosting (7)
Dcp\DcpExecutor.cs (7)
137private string ContainerHostName => _configuration["AppHost:ContainerHostname"] ?? 1259var supportedLaunchConfigurations = ExtensionUtils.GetSupportedLaunchConfigurations(_configuration); 1262&& !string.IsNullOrEmpty(_configuration[DebugSessionPortVar]) 1267supportsDebuggingAnnotation.LaunchConfigurationAnnotator(exe, _configuration[KnownConfigNames.DebugSessionRunMode] ?? ExecutableLaunchMode.NoDebug); 1317var supportedLaunchConfigurations = ExtensionUtils.GetSupportedLaunchConfigurations(_configuration); 1318if (!string.IsNullOrEmpty(_configuration[DebugSessionPortVar]) && (supportedLaunchConfigurations is null || supportedLaunchConfigurations.Contains("project"))) 1334if (_configuration.GetBool("DOTNET_WATCH") is not true || projectMetadata.IsFileBasedApp)