1 write to _configuration
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
120_configuration = configuration;
7 references to _configuration
Aspire.Hosting (7)
Dcp\DcpExecutor.cs (7)
141private string ContainerHostName => _configuration["AppHost:ContainerHostname"] ?? 1296var supportedLaunchConfigurations = ExtensionUtils.GetSupportedLaunchConfigurations(_configuration); 1299&& !string.IsNullOrEmpty(_configuration[DebugSessionPortVar]) 1305supportsDebuggingAnnotation.LaunchConfigurationAnnotator(exe, _configuration[KnownConfigNames.DebugSessionRunMode] ?? ExecutableLaunchMode.NoDebug); 1355var supportedLaunchConfigurations = ExtensionUtils.GetSupportedLaunchConfigurations(_configuration); 1356if (!string.IsNullOrEmpty(_configuration[DebugSessionPortVar]) && (supportedLaunchConfigurations is null || supportedLaunchConfigurations.Contains("project"))) 1373if (_configuration.GetBool("DOTNET_WATCH") is not true || projectMetadata.IsFileBasedApp)