зеркало из
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 327877f644
Update CONTRIBUTING.md
2018-07-24 10:48:19 -07:00
.github Create ISSUE_TEMPLATE.md 2018-01-02 10:37:27 -08:00
.vsts-pipelines/builds [automated] Change default branch to master 2018-07-02 12:40:16 -07:00
benchmarks/DI.Performance ILEmit backend for DependencyInjeciton (#630) 2018-03-19 09:44:11 -07:00
build Update dependencies.props 2018-07-22 12:54:10 -07:00
shared Add ActivatorUtilities constructor attribute (#629) 2018-03-14 10:41:22 -07:00
src Set 2.1 baselines 2018-06-14 10:04:29 -07:00
test Upgrade to netcoreapp22 2018-05-07 11:52:49 -07:00
.appveyor.yml [automated] Change default branch to master 2018-07-02 12:40:16 -07:00
.gitattributes Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:31:23 -07:00
.gitignore Pin tool and package versions to make builds more repeatable 2017-11-01 09:03:41 -07:00
.travis.yml [automated] Change default branch to master 2018-07-02 12:40:16 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-07-24 10:48:19 -07:00
DependencyInjection.sln Fix benchmarks and move them to benchmarks directory (#593) 2017-10-11 09:36:26 -07:00
Directory.Build.props Add certificate names for code signing 2018-06-05 22:31:10 -07:00
Directory.Build.targets Fix targets 2018-05-07 12:59:41 -07:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:05:16 -07:00
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:15:46 -08:00
NuGetPackageVerifier.json Move ActivatorUtilities to DI (#562) 2017-07-28 12:34:05 -07:00
README.md Unity added support for Microsoft.Extensions.DependencyInjection (#622) 2018-01-28 15:15:49 -08:00
build.cmd Update bootstrappers 2017-10-09 12:41:38 -07:00
build.sh Update bootstrappers 2017-10-09 12:41:38 -07:00
korebuild-lock.txt Update dependencies.props 2018-07-22 12:54:10 -07:00
korebuild.json [automated] Change default branch to master 2018-07-02 12:40:16 -07:00
run.cmd Update bootstrappers 2017-10-09 12:41:38 -07:00
run.ps1 [automated] Change default branch to master 2018-07-02 12:40:16 -07:00
run.sh [automated] Change default branch to master 2018-07-02 12:40:16 -07:00
version.props Bumping version from 2.2.0 to 3.0.0 2018-06-28 16:48:46 -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.