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