IoC.AspNetCore.Source 1.1.14

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 3.3.0 or higher.

dotnet add package IoC.AspNetCore.Source --version 1.1.14
                    
NuGet\Install-Package IoC.AspNetCore.Source -Version 1.1.14
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IoC.AspNetCore.Source" Version="1.1.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IoC.AspNetCore.Source" Version="1.1.14" />
                    
Directory.Packages.props
<PackageReference Include="IoC.AspNetCore.Source" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add IoC.AspNetCore.Source --version 1.1.14
                    
#r "nuget: IoC.AspNetCore.Source, 1.1.14"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package IoC.AspNetCore.Source@1.1.14
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=IoC.AspNetCore.Source&version=1.1.14
                    
Install as a Cake Addin
#tool nuget:?package=IoC.AspNetCore.Source&version=1.1.14
                    
Install as a Cake Tool

IoC.Container provides the following benefits and features

Flexible Bindings

Powerful dependency injection

Incredible Performance

  • One of the fastest, almost as fast as operator new
  • Uses expression trees to produce the effective injection code without any superfluous operations like a boxing, unboxing or cast
  • Minimizes memory traffic

Fully Customizable

Asynchronous

Design Aspects

Easy Integration

Supported Platforms

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.8 1,052 1/14/2023
1.3.7 928 12/2/2021
1.3.6 1,080 7/12/2021
1.3.4 977 2/16/2021
1.3.3 1,001 11/11/2020
1.3.2 1,076 7/10/2020
1.3.0 1,126 4/29/2020
1.2.2 1,142 2/6/2020
1.2.0 1,220 12/22/2019
1.1.15 1,211 9/24/2019
1.1.14 1,210 3/21/2019
1.1.13 1,225 3/8/2019
1.1.12 1,326 2/5/2019
1.1.11 1,416 10/27/2018
1.1.10 1,394 10/8/2018
Loading failed