8 references to ServiceCollection
Microsoft.Extensions.AI.Tests (8)
Image\ImageGeneratorDependencyInjectionPatterns.cs (8)
18ServiceCollection.AddImageGenerator(services => new TestImageGenerator { Services = services }) 22var services = ServiceCollection.BuildServiceProvider(); 42ServiceCollection.AddImageGenerator(singleton) 46var services = ServiceCollection.BuildServiceProvider(); 65ServiceCollection.AddKeyedImageGenerator("mykey", services => new TestImageGenerator { Services = services }) 69var services = ServiceCollection.BuildServiceProvider(); 91ServiceCollection.AddKeyedImageGenerator("mykey", singleton) 95var services = ServiceCollection.BuildServiceProvider();