13 writes to BannerServiceFactory
Aspire.Cli.Tests (13)
Commands\RootCommandTests.cs (13)
88options.BannerServiceFactory = _ => bannerService; 111options.BannerServiceFactory = _ => bannerService; 133options.BannerServiceFactory = _ => bannerService; 155options.BannerServiceFactory = _ => bannerService; 185options.BannerServiceFactory = _ => bannerService; 205options.BannerServiceFactory = _ => bannerService; 239options.BannerServiceFactory = _ => bannerService; 264options.BannerServiceFactory = _ => bannerService; 287options.BannerServiceFactory = _ => bannerService; 311options.BannerServiceFactory = _ => bannerService; 335options.BannerServiceFactory = _ => bannerService; 360options.BannerServiceFactory = _ => bannerService; 381options.BannerServiceFactory = _ => bannerService;
1 reference to BannerServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
119services.AddSingleton(options.BannerServiceFactory);