5 writes to DisabledFeatures
Aspire.Cli.Tests (5)
Commands\AddCommandTests.cs (1)
2007options.DisabledFeatures = [KnownFeatures.UpdateNotificationsEnabled];
Commands\ConfigCommandTests.cs (1)
589var services = CliTestHelper.CreateServiceCollection(workspace, outputHelper, options => options.DisabledFeatures = new[] { "testFeature" });
Commands\RunCommandTests.cs (1)
3086options.DisabledFeatures = [KnownFeatures.DefaultWatchEnabled];
DotNet\DotNetCliRunnerTests.cs (2)
856options.DisabledFeatures = [KnownFeatures.UpdateNotificationsEnabled]; 938options.DisabledFeatures = [KnownFeatures.UpdateNotificationsEnabled];
1 reference to DisabledFeatures
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
98foreach (var featureFlag in options.DisabledFeatures)