5 writes to DisabledFeatures
Aspire.Cli.Tests (5)
Commands\AddCommandTests.cs (1)
353options.DisabledFeatures = [KnownFeatures.UpdateNotificationsEnabled];
Commands\ConfigCommandTests.cs (1)
334var services = CliTestHelper.CreateServiceCollection(workspace, outputHelper, options => options.DisabledFeatures = new[] { "testFeature" });
Commands\RunCommandTests.cs (1)
690options.DisabledFeatures = [KnownFeatures.DefaultWatchEnabled];
DotNet\DotNetCliRunnerTests.cs (2)
367options.DisabledFeatures = [KnownFeatures.UpdateNotificationsEnabled]; 465options.DisabledFeatures = [KnownFeatures.UpdateNotificationsEnabled];
1 reference to DisabledFeatures
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
50foreach (var featureFlag in options.DisabledFeatures)