3 writes to BundleServiceFactory
Aspire.Cli.Tests (3)
Commands\RootCommandTests.cs (3)
407
options.
BundleServiceFactory
= _ => new TestBundleService(isBundle: true);
423
options.
BundleServiceFactory
= _ => new TestBundleService(isBundle: true);
447
options.
BundleServiceFactory
= _ => new TestBundleService(isBundle: true);
1 reference to BundleServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
136
services.AddSingleton(options.
BundleServiceFactory
);