8 references to ServiceCollection
Microsoft.Extensions.AI.Tests (8)
TextToSpeech\TextToSpeechClientDependencyInjectionPatterns.cs (8)
18ServiceCollection.AddTextToSpeechClient(services => new TestTextToSpeechClient { Services = services }) 22var services = ServiceCollection.BuildServiceProvider(); 42ServiceCollection.AddTextToSpeechClient(singleton) 46var services = ServiceCollection.BuildServiceProvider(); 65ServiceCollection.AddKeyedTextToSpeechClient("mykey", services => new TestTextToSpeechClient { Services = services }) 69var services = ServiceCollection.BuildServiceProvider(); 91ServiceCollection.AddKeyedTextToSpeechClient("mykey", singleton) 95var services = ServiceCollection.BuildServiceProvider();