зеркало из
1
0
Форкнуть 0
[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
Eilon Lipton d5e5aa7032 Add missing doc comments (#581)
Add missing doc comments
https://github.com/aspnet/DependencyInjection/issues/568
* Remove empty NoWarn
2017-09-12 10:07:57 -07:00
build Use PackageLineup to manage PackageReference versions 2017-08-25 16:24:26 -07:00
shared Move ActivatorUtilities to DI (#562) 2017-07-28 12:34:05 -07:00
src Add missing doc comments (#581) 2017-09-12 10:07:57 -07:00
test Use PackageLineup to manage PackageReference versions 2017-08-25 16:24:26 -07:00
.appveyor.yml Upgrade to xunit 2.3.0-beta4 (#569) 2017-08-16 16:35:07 -07:00
.gitattributes Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:31:23 -07:00
.gitignore Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:31:23 -07:00
.travis.yml Adding libunwind8 to .travis.yml 2017-06-26 09:35:57 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:50:33 -07:00
DependencyInjection.sln Upgrade to xunit 2.3.0-beta4 (#569) 2017-08-16 16:35:07 -07:00
Directory.Build.props Use PackageLineup to manage PackageReference versions 2017-08-25 16:24:26 -07:00
Directory.Build.targets Use PackageLineup to manage PackageReference versions 2017-08-25 16:24:26 -07:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:05:16 -07:00
NuGet.config Use PackageLineup to manage PackageReference versions 2017-08-25 16:24:26 -07:00
NuGetPackageVerifier.json Move ActivatorUtilities to DI (#562) 2017-07-28 12:34:05 -07:00
README.md Added Stashbox to the external container list (#492) 2017-02-18 11:54:17 -08:00
build.cmd Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:31:23 -07:00
build.ps1 Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:31:23 -07:00
build.sh Ensure fallback to curl after failed wget 2017-08-02 14:31:13 -07:00
version.xml Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:31:23 -07:00

README.md

DependencyInjection

AppVeyor: AppVeyor

Travis: Travis

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.