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