10 writes to DocsIndexServiceFactory
Aspire.Cli.Tests (10)
Commands\AgentMcpCommandTests.cs (1)
55
options.
DocsIndexServiceFactory
= _ => new TestDocsIndexService();
Commands\DocsCommandTests.cs (9)
19
options.
DocsIndexServiceFactory
= _ => new TestDocsIndexService();
37
options.
DocsIndexServiceFactory
= _ => new TestDocsIndexService();
54
options.
DocsIndexServiceFactory
= _ => new TestDocsIndexService();
71
options.
DocsIndexServiceFactory
= _ => new TestDocsIndexService();
89
options.
DocsIndexServiceFactory
= _ => new TestDocsIndexService();
107
options.
DocsIndexServiceFactory
= _ => new TestDocsIndexService();
125
options.
DocsIndexServiceFactory
= _ => new TestDocsIndexService();
142
options.
DocsIndexServiceFactory
= _ => new TestDocsIndexService();
159
options.
DocsIndexServiceFactory
= _ => new TestDocsIndexService();
1 reference to DocsIndexServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
158
services.AddSingleton(options.
DocsIndexServiceFactory
);