3 references to GetBool
aspire (3)
src\Shared\IConfigurationExtensions.cs (3)
32
var value = configuration.
GetBool
(primaryKey) ?? configuration.
GetBool
(secondaryKey);
94
return configuration.
GetBool
(key) ?? defaultValue;