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