13 writes to BundleServiceFactory
Aspire.Cli.Tests (13)
Commands\DashboardRunCommandTests.cs (1)
652
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)
994
options.
BundleServiceFactory
= _ => new TestBundleService(isBundle: true)
1032
options.
BundleServiceFactory
= _ => new TestBundleService(isBundle: true)
1244
options.
BundleServiceFactory
= _ => new TestBundleService(isBundle: true) { Layout = layout };
1248
options.
BundleServiceFactory
= _ => new NullBundleService();
Projects\DotNetAppHostProjectTests.cs (4)
138
options => options.
BundleServiceFactory
= _ => bundleService);
783
configureServices: options => options.
BundleServiceFactory
= _ => bundleService);
2274
configureServices: options => options.
BundleServiceFactory
= _ => bundleService);
4272
options.
BundleServiceFactory
= _ => new TestBundleService(isBundle: true)
1 reference to BundleServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
211
services.AddSingleton(options.
BundleServiceFactory
);