5 overrides of UpdateNotificationsEnabled
aspire (5)
Commands\ConfigCommand.cs (5)
47protected override bool UpdateNotificationsEnabled => false; 73protected override bool UpdateNotificationsEnabled => false; 129protected override bool UpdateNotificationsEnabled => false; 180protected override bool UpdateNotificationsEnabled => false; 225protected override bool UpdateNotificationsEnabled => false;
1 reference to UpdateNotificationsEnabled
aspire (1)
Commands\BaseCommand.cs (1)
22if (UpdateNotificationsEnabled && features.IsFeatureEnabled(KnownFeatures.UpdateNotificationsEnabled, true))