3 writes to DocsSearchServiceFactory
Aspire.Cli.Tests (3)
Commands\DocsCommandTests.cs (3)
72
options.
DocsSearchServiceFactory
= _ => new TestDocsSearchService();
90
options.
DocsSearchServiceFactory
= _ => new TestDocsSearchService();
108
options.
DocsSearchServiceFactory
= _ => new TestDocsSearchService();
1 reference to DocsSearchServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
159
services.AddSingleton(options.
DocsSearchServiceFactory
);