1 implementation of IsFeatureEnabled
aspire (1)
Configuration\Features.cs (1)
10
public bool
IsFeatureEnabled
(string feature, bool defaultValue)
2 references to IsFeatureEnabled
aspire (2)
Commands\BaseCommand.cs (1)
22
if (UpdateNotificationsEnabled && features.
IsFeatureEnabled
(KnownFeatures.UpdateNotificationsEnabled, true))
NuGet\NuGetPackagePrefetcher.cs (1)
36
if (features.
IsFeatureEnabled
(KnownFeatures.UpdateNotificationsEnabled, true))