зеркало из
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
Перейти к файлу
Doug Bunting e7e187abc4 Move Travis to supported Linux distribution
- use Ubuntu 14.04 (Trusty)
  - Travis support for Trusty is in Beta and currently requires `sudo`
- run `dnu restore` with DNX Core since aspnet/External#49 is not fixed in Mono versions we can use
- add required dependencies for DNX Core to `.travis.yml`
- addresses part of aspnet/Universe#290
2015-11-17 12:35:14 -08:00
src Rename AddInstance to AddSingleton 2015-11-13 10:30:01 -08:00
test/Microsoft.Extensions.DependencyInjection.Tests Rename AddInstance to AddSingleton 2015-11-13 10:30:01 -08:00
tools Strong name everything. 2015-10-30 13:58:57 -07:00
.gitattributes Initial commit. 2014-01-10 17:15:37 -08:00
.gitignore Create a test specification package 2015-10-29 17:42:21 -07:00
.travis.yml Move Travis to supported Linux distribution 2015-11-17 12:35:14 -08:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:50:33 -07:00
DependencyInjection.sln Create a test specification package 2015-10-29 17:42:21 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:46:14 -07:00
NuGet.config Strong name everything. 2015-10-30 13:58:57 -07:00
NuGetPackageVerifier.json Create a test specification package 2015-10-29 17:42:21 -07:00
README.md Adding links to other DI container adapters 2015-11-11 09:44:24 -08:00
appveyor.yml Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:14:32 -07:00
build.cmd Fix local build break 2015-10-12 12:51:12 -07:00
build.sh React to aspnet/Universe#290 fix 2015-10-08 20:33:44 -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 5 and Entity Framework 7 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.

Using other containers with Microsoft.Extensions.DependencyInjection