7 instantiations of NullBundleService
Aspire.Cli.Tests (7)
Commands\AppHostLauncherTests.cs (1)
1184
new
NullBundleService
(),
Commands\StopCommandTests.cs (1)
1248
options.BundleServiceFactory = _ => new
NullBundleService
();
Processes\ProcessTreeGracefulShutdownServiceTests.cs (1)
335
bundleService ?? new
NullBundleService
(),
ProfileCaptureServiceTests.cs (2)
123
new
NullBundleService
());
502
bundleService ?? new
NullBundleService
(),
Projects\AppHostServerSessionTests.cs (1)
577
new
NullBundleService
(),
Utils\CliTestHelper.cs (1)
707
public Func<IServiceProvider, IBundleService> BundleServiceFactory { get; set; } = _ => new
NullBundleService
();