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