[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions
d5e5aa7032
Add missing doc comments https://github.com/aspnet/DependencyInjection/issues/568 * Remove empty NoWarn |
||
---|---|---|
build | ||
shared | ||
src | ||
test | ||
.appveyor.yml | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
DependencyInjection.sln | ||
Directory.Build.props | ||
Directory.Build.targets | ||
LICENSE.txt | ||
NuGet.config | ||
NuGetPackageVerifier.json | ||
README.md | ||
build.cmd | ||
build.ps1 | ||
build.sh | ||
version.xml |
README.md
DependencyInjection
Contains common DI abstractions that ASP.NET Core and Entity Framework Core use.
Using other containers with Microsoft.Extensions.DependencyInjection
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.