From 02b2ce9b7de0f32a69c80cda9b82fe91799003dd Mon Sep 17 00:00:00 2001 From: Maryam Ariyan Date: Wed, 10 Jun 2020 18:07:17 -0700 Subject: [PATCH] Add readme for DI project (#37729) --- .../Microsoft.Extensions.DependencyInjection/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/libraries/Microsoft.Extensions.DependencyInjection/README.md diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/README.md b/src/libraries/Microsoft.Extensions.DependencyInjection/README.md new file mode 100644 index 0000000..8d20dd4 --- /dev/null +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/README.md @@ -0,0 +1,15 @@ +DependencyInjection +=================== + +Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. + +### Using other containers with Microsoft.Extensions.DependencyInjection + +* [**Autofac**](https://autofac.readthedocs.org/en/latest/integration/aspnetcore.html) +* [**DryIoc**](https://www.nuget.org/packages/DryIoc.Microsoft.DependencyInjection) +* [**Grace**](https://www.nuget.org/packages/Grace.DependencyInjection.Extensions) +* [**Lamar**](https://www.nuget.org/packages/Lamar.Microsoft.DependencyInjection) +* [**LightInject**](https://github.com/seesharper/LightInject.Microsoft.DependencyInjection) +* [**StructureMap**](https://github.com/structuremap/StructureMap.Microsoft.DependencyInjection) +* [**Stashbox**](https://github.com/z4kn4fein/stashbox-extensions-dependencyinjection) +* [**Unity**](https://www.nuget.org/packages/Unity.Microsoft.DependencyInjection/) \ No newline at end of file -- 2.7.4