9 references to UpdateNotificationsEnabled
aspire (5)
Commands\BaseCommand.cs (1)
54
if (UpdateNotificationsEnabled && features.IsFeatureEnabled(KnownFeatures.
UpdateNotificationsEnabled
, true))
DotNet\DotNetCliRunner.cs (1)
424
if (!features.IsFeatureEnabled(KnownFeatures.
UpdateNotificationsEnabled
, defaultValue: true))
KnownFeatures.cs (2)
37
[
UpdateNotificationsEnabled
] = new(
38
UpdateNotificationsEnabled
,
NuGet\NuGetPackagePrefetcher.cs (1)
64
if (features.IsFeatureEnabled(KnownFeatures.
UpdateNotificationsEnabled
, true))
Aspire.Cli.Tests (4)
Commands\AddCommandTests.cs (1)
355
options.DisabledFeatures = [KnownFeatures.
UpdateNotificationsEnabled
];
DotNet\DotNetCliRunnerTests.cs (3)
360
options.DisabledFeatures = [KnownFeatures.
UpdateNotificationsEnabled
];
400
options.EnabledFeatures = [KnownFeatures.
UpdateNotificationsEnabled
];
442
options.DisabledFeatures = [KnownFeatures.
UpdateNotificationsEnabled
];