11 instantiations of NullBundleService
Aspire.Cli.Tests (11)
Commands\AppHostLauncherTests.cs (1)
1350new NullBundleService(),
Commands\StopCommandTests.cs (1)
1279options.BundleServiceFactory = _ => new NullBundleService();
Processes\ProcessTreeGracefulShutdownServiceTests.cs (1)
335bundleService ?? new NullBundleService(),
ProfileCaptureServiceTests.cs (2)
187new NullBundleService()); 565bundleService ?? new NullBundleService(),
Projects\AppHostServerSessionTests.cs (1)
574new NullBundleService(),
Utils\CliTestHelper.cs (1)
716public Func<IServiceProvider, IBundleService> BundleServiceFactory { get; set; } = _ => new NullBundleService();
Utils\DcpConnectionHealthCheckTests.cs (4)
31new NullBundleService(), 49new NullBundleService(), 186new NullBundleService(), 216new NullBundleService(),