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