5 overrides of UpdateNotificationsEnabled
aspire (5)
Commands\ConfigCommand.cs (5)
43protected override bool UpdateNotificationsEnabled => false; 69protected override bool UpdateNotificationsEnabled => false; 125protected override bool UpdateNotificationsEnabled => false; 176protected override bool UpdateNotificationsEnabled => false; 221protected override bool UpdateNotificationsEnabled => false;
1 reference to UpdateNotificationsEnabled
aspire (1)
Commands\BaseCommand.cs (1)
22if (UpdateNotificationsEnabled && features.IsFeatureEnabled(KnownFeatures.UpdateNotificationsEnabled, true))