12 writes to EnabledFeatures
Aspire.Cli.Tests (12)
Commands\ConfigCommandTests.cs (1)
315
options => options.
EnabledFeatures
= new[] { "testFeature" }
Commands\ExecCommandTests.cs (5)
44
options.
EnabledFeatures
= [KnownFeatures.ExecCommandEnabled];
62
options.
EnabledFeatures
= [KnownFeatures.ExecCommandEnabled];
80
options.
EnabledFeatures
= [KnownFeatures.ExecCommandEnabled];
98
options.
EnabledFeatures
= [KnownFeatures.ExecCommandEnabled];
145
options.
EnabledFeatures
= [KnownFeatures.ExecCommandEnabled];
Commands\InitCommandTests.cs (1)
28
options.
EnabledFeatures
= [KnownFeatures.SingleFileAppHostEnabled];
Commands\RunCommandTests.cs (2)
564
options.
EnabledFeatures
= [KnownFeatures.DefaultWatchEnabled, KnownFeatures.SingleFileAppHostEnabled];
627
options.
EnabledFeatures
= [KnownFeatures.DefaultWatchEnabled];
Commands\SdkInstallerTests.cs (1)
119
options.
EnabledFeatures
= [KnownFeatures.ExecCommandEnabled];
DotNet\DotNetCliRunnerTests.cs (1)
415
options.
EnabledFeatures
= [KnownFeatures.UpdateNotificationsEnabled];
NuGet\NuGetPackageCacheTests.cs (1)
89
configure.
EnabledFeatures
= [Aspire.Cli.KnownFeatures.ShowDeprecatedPackages];
1 reference to EnabledFeatures
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
45
foreach (var featureFlag in options.
EnabledFeatures
)