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)
137
private string ContainerHostName =>
_configuration
["AppHost:ContainerHostname"] ??
1259
var supportedLaunchConfigurations = ExtensionUtils.GetSupportedLaunchConfigurations(
_configuration
);
1262
&& !string.IsNullOrEmpty(
_configuration
[DebugSessionPortVar])
1267
supportsDebuggingAnnotation.LaunchConfigurationAnnotator(exe,
_configuration
[KnownConfigNames.DebugSessionRunMode] ?? ExecutableLaunchMode.NoDebug);
1317
var supportedLaunchConfigurations = ExtensionUtils.GetSupportedLaunchConfigurations(
_configuration
);
1318
if (!string.IsNullOrEmpty(
_configuration
[DebugSessionPortVar]) && (supportedLaunchConfigurations is null || supportedLaunchConfigurations.Contains("project")))
1334
if (
_configuration
.GetBool("DOTNET_WATCH") is not true || projectMetadata.IsFileBasedApp)