11 writes to DocsIndexServiceFactory
Aspire.Cli.Tests (11)
Commands\AgentMcpCommandTests.cs (1)
40
options.
DocsIndexServiceFactory
= _ => new TestDocsIndexService();
Commands\DocsCommandTests.cs (10)
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();
195
options.
DocsIndexServiceFactory
= _ => new TestDocsIndexService(new Dictionary<string, DocsContent>
241
options.
DocsIndexServiceFactory
= _ => new TestDocsIndexService();
1 reference to DocsIndexServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
256
services.AddSingleton(options.
DocsIndexServiceFactory
);