11 writes to BannerServiceFactory
Aspire.Cli.Tests (11)
Commands\RootCommandTests.cs (11)
88options.BannerServiceFactory = _ => bannerService; 110options.BannerServiceFactory = _ => bannerService; 132options.BannerServiceFactory = _ => bannerService; 154options.BannerServiceFactory = _ => bannerService; 184options.BannerServiceFactory = _ => bannerService; 204options.BannerServiceFactory = _ => bannerService; 238options.BannerServiceFactory = _ => bannerService; 263options.BannerServiceFactory = _ => bannerService; 285options.BannerServiceFactory = _ => bannerService; 309options.BannerServiceFactory = _ => bannerService; 333options.BannerServiceFactory = _ => bannerService;
1 reference to BannerServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
115services.AddSingleton(options.BannerServiceFactory);