16 writes to BannerServiceFactory
Aspire.Cli.Tests (16)
Commands\RootCommandTests.cs (16)
339options.BannerServiceFactory = _ => bannerService; 362options.BannerServiceFactory = _ => bannerService; 384options.BannerServiceFactory = _ => bannerService; 406options.BannerServiceFactory = _ => bannerService; 436options.BannerServiceFactory = _ => bannerService; 457options.BannerServiceFactory = _ => bannerService; 492options.BannerServiceFactory = _ => bannerService; 518options.BannerServiceFactory = _ => bannerService; 541options.BannerServiceFactory = _ => bannerService; 565options.BannerServiceFactory = _ => bannerService; 589options.BannerServiceFactory = _ => bannerService; 619options.BannerServiceFactory = _ => bannerService; 643options.BannerServiceFactory = _ => bannerService; 664options.BannerServiceFactory = _ => bannerService; 685options.BannerServiceFactory = _ => bannerService; 709options.BannerServiceFactory = _ => bannerService;
1 reference to BannerServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
169services.AddSingleton(options.BannerServiceFactory);