зеркало из
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
Перейти к файлу
Praburaj c686541621 Removing not implemented DI projects 2015-04-06 17:25:06 -07:00
src Removing not implemented DI projects 2015-04-06 17:25:06 -07:00
test/Microsoft.Framework.DependencyInjection.Tests Merge remote-tracking branch 'origin/release' into dev 2015-04-03 11:40:17 -07:00
.gitattributes Initial commit. 2014-01-10 17:15:37 -08:00
.gitignore Add project.lock.json to .gitignore 2015-02-16 12:11:14 -08:00
.travis.yml Turn off sudo for .travis.yml. 2015-04-01 17:04:49 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2014-05-13 01:02:13 -07:00
DependencyInjection.sln Removing not implemented DI projects 2015-04-06 17:25:06 -07:00
LICENSE.txt Create LICENSE.txt 2014-05-08 16:35:11 -07:00
NuGet.Config Renaming Nuget.org feed key name to Nuget. 2015-03-09 20:39:07 -07:00
README.md Adding status badges 2015-04-01 18:11:48 -07:00
appveyor.yml Fix AppVeyor git line ending config 2015-04-03 17:08:27 -07:00
build.cmd Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:21 -07:00
build.sh Remove k command and use dnx instead 2015-03-24 21:29:07 -07:00
global.json Update global.json, sources=>projects 2015-04-02 09:19:56 -07:00
makefile.shade Change the default author in makefile.shade 2014-06-18 16:19:15 -07:00

README.md

DependencyInjection

AppVeyor: AppVeyor

Travis: Travis

Contains the common DI abstractions that all of ASP.NET and EF 5 use, as well as adapters for some IoC containers.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.