6 references to GetBool
aspire (6)
Commands\RunCommand.cs (2)
287
runActivity?.SetTag(TelemetryConstants.Tags.AppHostDetached, _configuration.
GetBool
(KnownConfigNames.CliRunDetached) is true);
794
private bool IsDetachedStartChild() => _configuration.
GetBool
(KnownConfigNames.CliRunDetached) is true;
src\Shared\IConfigurationExtensions.cs (3)
44
var value = configuration.
GetBool
(primaryKey) ?? configuration.
GetBool
(secondaryKey);
106
return configuration.
GetBool
(key) ?? defaultValue;
Telemetry\TelemetryConfiguration.cs (1)
56
configuration.
GetBool
(Aspire.Hosting.KnownConfigNames.ProfilingEnabled) ??