12 overrides of UpdateNotificationsEnabled
aspire (12)
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\McpCommand.cs (1)
44protected override bool UpdateNotificationsEnabled => false;
Commands\McpInitCommand.cs (1)
54protected override bool UpdateNotificationsEnabled => false;
Commands\McpStartCommand.cs (1)
54protected override bool UpdateNotificationsEnabled => false;
Commands\UpdateCommand.cs (1)
93protected override bool UpdateNotificationsEnabled => false;
1 reference to UpdateNotificationsEnabled
aspire (1)
Commands\BaseCommand.cs (1)
36if (UpdateNotificationsEnabled && features.IsFeatureEnabled(KnownFeatures.UpdateNotificationsEnabled, true))