5 writes to DisabledFeatures
Aspire.Cli.Tests (5)
Commands\AddCommandTests.cs (1)
355options.DisabledFeatures = [KnownFeatures.UpdateNotificationsEnabled];
Commands\ConfigCommandTests.cs (1)
336var services = CliTestHelper.CreateServiceCollection(workspace, outputHelper, options => options.DisabledFeatures = new[] { "testFeature" });
Commands\RunCommandTests.cs (1)
780options.DisabledFeatures = [KnownFeatures.DefaultWatchEnabled];
DotNet\DotNetCliRunnerTests.cs (2)
298options.DisabledFeatures = [KnownFeatures.UpdateNotificationsEnabled]; 378options.DisabledFeatures = [KnownFeatures.UpdateNotificationsEnabled];
1 reference to DisabledFeatures
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
60foreach (var featureFlag in options.DisabledFeatures)