IoC.Container.Source
1.1.7
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 3.3.0 or higher.
dotnet add package IoC.Container.Source --version 1.1.7
NuGet\Install-Package IoC.Container.Source -Version 1.1.7
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.Container.Source" Version="1.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IoC.Container.Source --version 1.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IoC.Container.Source, 1.1.7"
#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.
// Install IoC.Container.Source as a Cake Addin #addin nuget:?package=IoC.Container.Source&version=1.1.7 // Install IoC.Container.Source as a Cake Tool #tool nuget:?package=IoC.Container.Source&version=1.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
IoC.Container provides the following benefits and features
Flexible Binding
- Auto-wiring
- Compile-time verification
- Generic types bindings with simple types mapping
- Named/tagged dependencies
- Containers hierarchy
- Bindings via text metadata
- Customizable aspect oriented autowiring
- Easy expandable set of lifetimes
- Binding to
- Supports validation
Powerful Injection
- Сonstructors injection, methods injection and properties injection
- Injection of Func, Lazy, Tuple and ValueTuple
- Injection of IEnumerable, ICollection, ISet or even via IObservable
- Detailed errors information
Incredible Performance
- One of the fastest, almost as fast as operator
new
- Uses expression trees to produce the effective injection code
- Makes minimum memory traffic
Fully Customizable
Multithreading-Ready
- Thread-safe
- Asynchronous resolving
- Lightweight resolving
Design Aspects
- Allows not to change the design of own code to follow Inversion of Control pattern
- Aggregates features into dedicated classes
- Modifiable on-the-fly
- Has no additional packages dependencies
- Supports embedding directly to you code by embedding-in-code packages
Easy Integration
- ASP.NET Core
- Windows Presentation Foundation
- Universal Windows Platform
- Windows Communication Foundation
- Entity Framework Core
Supported Platforms
- .NET 4.0+
- .NET Core 1.0+
- .NET Standard 1.0+
- UWP 10+
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on IoC.Container.Source:
Package | Downloads |
---|---|
IoC.AspNetCore.Source
AspNetCore feature for expressions based Inversion of Control container for .NET as embedding-in-code package. |
|
IoC.Interception.Source
Interception feature for expressions based Inversion of Control container for .NET as embedding-in-code package. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.8 | 690 | 1/14/2023 |
1.3.7 | 600 | 12/2/2021 |
1.3.6 | 821 | 7/12/2021 |
1.3.4 | 680 | 2/16/2021 |
1.3.3 | 833 | 11/11/2020 |
1.3.2 | 850 | 7/10/2020 |
1.3.0 | 979 | 4/29/2020 |
1.2.2 | 914 | 2/6/2020 |
1.2.0 | 1,026 | 12/22/2019 |
1.1.15 | 1,000 | 9/24/2019 |
1.1.14 | 1,067 | 3/21/2019 |
1.1.13 | 1,040 | 3/8/2019 |
1.1.12 | 1,148 | 2/5/2019 |
1.1.11 | 1,193 | 10/27/2018 |
1.1.10 | 1,202 | 10/8/2018 |
1.1.9 | 1,211 | 10/7/2018 |
1.1.8 | 1,188 | 9/26/2018 |
1.1.7 | 1,040 | 8/16/2018 |
1.1.6 | 1,012 | 7/19/2018 |