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