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