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