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)
141
private string ContainerHostName =>
_configuration
["AppHost:ContainerHostname"] ??
1296
var supportedLaunchConfigurations = ExtensionUtils.GetSupportedLaunchConfigurations(
_configuration
);
1299
&& !string.IsNullOrEmpty(
_configuration
[DebugSessionPortVar])
1305
supportsDebuggingAnnotation.LaunchConfigurationAnnotator(exe,
_configuration
[KnownConfigNames.DebugSessionRunMode] ?? ExecutableLaunchMode.NoDebug);
1355
var supportedLaunchConfigurations = ExtensionUtils.GetSupportedLaunchConfigurations(
_configuration
);
1356
if (!string.IsNullOrEmpty(
_configuration
[DebugSessionPortVar]) && (supportedLaunchConfigurations is null || supportedLaunchConfigurations.Contains("project")))
1373
if (
_configuration
.GetBool("DOTNET_WATCH") is not true || projectMetadata.IsFileBasedApp)