23 overrides of UpdateNotificationsEnabled
aspire (23)
Commands\AgentCommand.cs (1)
35protected override bool UpdateNotificationsEnabled => false;
Commands\AgentInitCommand.cs (1)
54protected override bool UpdateNotificationsEnabled => false;
Commands\AgentMcpCommand.cs (1)
85protected override bool UpdateNotificationsEnabled => false;
Commands\CacheCommand.cs (2)
27protected override bool UpdateNotificationsEnabled => false; 42protected override bool UpdateNotificationsEnabled => false;
Commands\ConfigCommand.cs (6)
45protected override bool UpdateNotificationsEnabled => false; 82protected override bool UpdateNotificationsEnabled => false; 142protected override bool UpdateNotificationsEnabled => false; 204protected override bool UpdateNotificationsEnabled => false; 318protected override bool UpdateNotificationsEnabled => false; 404protected override bool UpdateNotificationsEnabled => false;
Commands\DocsCommand.cs (1)
37protected override bool UpdateNotificationsEnabled => false;
Commands\DocsGetCommand.cs (1)
58protected override bool UpdateNotificationsEnabled => false;
Commands\DocsListCommand.cs (1)
47protected override bool UpdateNotificationsEnabled => false;
Commands\DocsSearchCommand.cs (1)
59protected override bool UpdateNotificationsEnabled => false;
Commands\ExtensionInternalCommand.cs (1)
38protected override bool UpdateNotificationsEnabled => false;
Commands\McpCommand.cs (1)
36protected override bool UpdateNotificationsEnabled => false;
Commands\McpInitCommand.cs (1)
55protected override bool UpdateNotificationsEnabled => false;
Commands\McpStartCommand.cs (1)
34protected override bool UpdateNotificationsEnabled => false;
Commands\RunCommand.cs (1)
71protected override bool UpdateNotificationsEnabled => !_isDetachMode;
Commands\Sdk\SdkCommand.cs (1)
34protected override bool UpdateNotificationsEnabled => false;
Commands\TelemetryCommand.cs (1)
41protected override bool UpdateNotificationsEnabled => false;
Commands\UpdateCommand.cs (1)
90protected override bool UpdateNotificationsEnabled => false;
1 reference to UpdateNotificationsEnabled
aspire (1)
Commands\BaseCommand.cs (1)
54if (UpdateNotificationsEnabled && features.IsFeatureEnabled(KnownFeatures.UpdateNotificationsEnabled, true))