13 writes to BundleServiceFactory
Aspire.Cli.Tests (13)
Commands\DashboardRunCommandTests.cs (1)
716
options.
BundleServiceFactory
= _ => bundleService;
Commands\NewCommandTests.cs (1)
1579
options.
BundleServiceFactory
= _ => bundleService;
Commands\RootCommandTests.cs (3)
738
options.
BundleServiceFactory
= _ => new TestBundleService(isBundle: true);
754
options.
BundleServiceFactory
= _ => new TestBundleService(isBundle: true);
778
options.
BundleServiceFactory
= _ => new TestBundleService(isBundle: true);
Commands\StopCommandTests.cs (4)
1003
options.
BundleServiceFactory
= _ => new TestBundleService(isBundle: true)
1041
options.
BundleServiceFactory
= _ => new TestBundleService(isBundle: true)
1275
options.
BundleServiceFactory
= _ => new TestBundleService(isBundle: true) { Layout = layout };
1279
options.
BundleServiceFactory
= _ => new NullBundleService();
Projects\DotNetAppHostProjectTests.cs (4)
140
options => options.
BundleServiceFactory
= _ => bundleService);
808
configureServices: options => options.
BundleServiceFactory
= _ => bundleService);
2537
configureServices: options => options.
BundleServiceFactory
= _ => bundleService);
4675
options.
BundleServiceFactory
= _ => new TestBundleService(isBundle: true)
1 reference to BundleServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
213
services.AddSingleton(options.
BundleServiceFactory
);