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