DependencyInjection

(β˜… 866)

[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions

  • .appveyor.yml
  • .gitattributes
  • .gitignore
  • .travis.yml
  • build.cmd
  • build.sh
  • CONTRIBUTING.md
  • DependencyInjection.sln
  • Directory.Build.props
  • Directory.Build.targets
  • korebuild-lock.txt
  • korebuild.json
  • LICENSE.txt
  • NuGet.config
  • NuGetPackageVerifier.json
  • README.md
  • run.cmd
  • run.ps1
  • run.sh
  • version.props

πŸš€ Installation Guide

1. Get the code
git clone https://github.com/aspnet/DependencyInjection

Downloads the entire project code from GitHub to your computer.

cd DependencyInjection

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet restore

Downloads the packages the project depends on.

dotnet run

Builds the project and runs it immediately.

βœ… After dotnet run, check the message or address shown in the terminal.
// repository documentation