5 writes to DisabledFeatures
Aspire.Cli.Tests (5)
Commands\AddCommandTests.cs (1)
353
options.
DisabledFeatures
= [KnownFeatures.UpdateNotificationsEnabled];
Commands\ConfigCommandTests.cs (1)
334
var services = CliTestHelper.CreateServiceCollection(workspace, outputHelper, options => options.
DisabledFeatures
= new[] { "testFeature" });
Commands\RunCommandTests.cs (1)
690
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)
50
foreach (var featureFlag in options.
DisabledFeatures
)