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