semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

A few examples of using SK SDK in DI/IoC container

Open SergeyMenshykh opened this issue 2 years ago • 0 comments

Description

This PR adds a few examples showing the way SK SDK can be used by applications that use DI/IoC containers for bootstrapping.

Contribution Checklist

  • [x] The code builds clean without any errors or warnings
  • [x] The PR follows SK Contribution Guidelines (https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
  • [x] The code follows the .NET coding conventions (https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions) verified with dotnet format
  • [x] All unit tests pass, and I have added new tests where possible
  • [x] I didn't break anyone :smile:

SergeyMenshykh avatar May 11 '23 23:05 SergeyMenshykh