9 references to UpdateNotificationsEnabled
aspire (5)
Commands\BaseCommand.cs (1)
40if (UpdateNotificationsEnabled && features.IsFeatureEnabled(KnownFeatures.UpdateNotificationsEnabled, true))
DotNet\DotNetCliRunner.cs (1)
425if (!features.IsFeatureEnabled(KnownFeatures.UpdateNotificationsEnabled, defaultValue: true))
KnownFeatures.cs (2)
33[UpdateNotificationsEnabled] = new( 34UpdateNotificationsEnabled,
NuGet\NuGetPackagePrefetcher.cs (1)
64if (features.IsFeatureEnabled(KnownFeatures.UpdateNotificationsEnabled, true))
Aspire.Cli.Tests (4)
Commands\AddCommandTests.cs (1)
355options.DisabledFeatures = [KnownFeatures.UpdateNotificationsEnabled];
DotNet\DotNetCliRunnerTests.cs (3)
298options.DisabledFeatures = [KnownFeatures.UpdateNotificationsEnabled]; 337options.EnabledFeatures = [KnownFeatures.UpdateNotificationsEnabled]; 378options.DisabledFeatures = [KnownFeatures.UpdateNotificationsEnabled];