5 references to _configuration
Aspire.Hosting (5)
Dcp\ExecutableLaunchPolicy.cs (5)
27var supportsDebugging = resource.SupportsDebugging(_configuration, out var debugSupport); 84if (string.IsNullOrEmpty(_configuration[DcpExecutor.DebugSessionPortVar])) 95if (debugSupport is not null && !string.IsNullOrEmpty(_configuration[KnownConfigNames.DebugSessionInfo])) 113return _configuration[KnownConfigNames.DebugSessionRunMode] ?? ExecutableLaunchMode.NoDebug; 117_configuration[KnownConfigNames.DebugSessionRunMode]