7 references to UpdateNotificationsEnabled
aspire (3)
Commands\BaseCommand.cs (1)
34
if (UpdateNotificationsEnabled && features.IsFeatureEnabled(KnownFeatures.
UpdateNotificationsEnabled
, true))
DotNet\DotNetCliRunner.cs (1)
247
if (!features.IsFeatureEnabled(KnownFeatures.
UpdateNotificationsEnabled
, defaultValue: true))
NuGet\NuGetPackagePrefetcher.cs (1)
53
if (features.IsFeatureEnabled(KnownFeatures.
UpdateNotificationsEnabled
, true))
Aspire.Cli.Tests (4)
Commands\AddCommandTests.cs (1)
353
options.DisabledFeatures = [KnownFeatures.
UpdateNotificationsEnabled
];
DotNet\DotNetCliRunnerTests.cs (3)
358
options.DisabledFeatures = [KnownFeatures.
UpdateNotificationsEnabled
];
405
options.EnabledFeatures = [KnownFeatures.
UpdateNotificationsEnabled
];
454
options.DisabledFeatures = [KnownFeatures.
UpdateNotificationsEnabled
];