27 overrides of UpdateNotificationsEnabled
aspire (27)
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\CertificatesCleanCommand.cs (1)
28
protected override bool
UpdateNotificationsEnabled
=> false;
Commands\CertificatesCommand.cs (1)
28
protected override bool
UpdateNotificationsEnabled
=> false;
Commands\CertificatesTrustCommand.cs (1)
29
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;
214
protected override bool
UpdateNotificationsEnabled
=> false;
362
protected override bool
UpdateNotificationsEnabled
=> false;
448
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)
44
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\RenderCommand.cs (1)
50
protected override bool
UpdateNotificationsEnabled
=> false;
Commands\RunCommand.cs (1)
72
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))