9 overrides of UpdateNotificationsEnabled
aspire (9)
Commands\CacheCommand.cs (2)
26protected override bool UpdateNotificationsEnabled => false; 41protected override bool UpdateNotificationsEnabled => false;
Commands\ConfigCommand.cs (5)
45protected override bool UpdateNotificationsEnabled => false; 81protected override bool UpdateNotificationsEnabled => false; 142protected override bool UpdateNotificationsEnabled => false; 202protected override bool UpdateNotificationsEnabled => false; 253protected override bool UpdateNotificationsEnabled => false;
Commands\ExtensionInternalCommand.cs (1)
44protected override bool UpdateNotificationsEnabled => false;
Commands\UpdateCommand.cs (1)
71protected override bool UpdateNotificationsEnabled => false;
1 reference to UpdateNotificationsEnabled
aspire (1)
Commands\BaseCommand.cs (1)
36if (UpdateNotificationsEnabled && features.IsFeatureEnabled(KnownFeatures.UpdateNotificationsEnabled, true))