2 writes to FeatureFlagsFactory
Aspire.Cli.Tests (2)
Commands\NewCommandTests.cs (1)
921
options.
FeatureFlagsFactory
= _ => new NewCommandTestFeatures(showAllTemplates: true);
Commands\RunCommandTests.cs (1)
1457
options.
FeatureFlagsFactory
= featuresFactory;
1 reference to FeatureFlagsFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
110
services.AddSingleton(options.
FeatureFlagsFactory
);