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