13 writes to BannerServiceFactory
Aspire.Cli.Tests (13)
Commands\RootCommandTests.cs (13)
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;
357
options.
BannerServiceFactory
= _ => bannerService;
378
options.
BannerServiceFactory
= _ => bannerService;
1 reference to BannerServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
119
services.AddSingleton(options.
BannerServiceFactory
);