IoC.Configuration
1.0.0-beta
See the version list below for details.
dotnet add package IoC.Configuration --version 1.0.0-beta
NuGet\Install-Package IoC.Configuration -Version 1.0.0-beta
<PackageReference Include="IoC.Configuration" Version="1.0.0-beta" />
paket add IoC.Configuration --version 1.0.0-beta
#r "nuget: IoC.Configuration, 1.0.0-beta"
// Install IoC.Configuration as a Cake Addin #addin nuget:?package=IoC.Configuration&version=1.0.0-beta&prerelease // Install IoC.Configuration as a Cake Tool #tool nuget:?package=IoC.Configuration&version=1.0.0-beta&prerelease
<div> The major function of IoC.Configuration library are: </div> <div>
- Container agnostic configuration of dependency injection using XML configuration file. The file has section where container can be specified, that will be handling dependency injection resolutions (e.g., Autofac or Ninject container). Currently Autofac and Ninject are supported (these extensions will be in Nuget.org soon). The dependency injection container (e.g., Autofac, Ninject) can be easily switched in configuration file. In addition, the configuration file has sections for settings, plugins, startup actions, dynamically generated implementations of interfaces (see element iocConfiguration/dependencyInjection/autoGeneratedServices/typeFactory in example configuration files in test project that will be in GitHub soon). </div>
<div> 2) Container agnostic configuration of dependency injection in code. The bindings are specified using IoC.Configuration chained methods, however the actual resolutions are done using one of the popular dependency injection containers (currently Autofac and Ninject extensions are supports, which will be in Nuget.org soon). Example of code based binding specification is: Bind<IInterface5>().OnlyIfNotRegistered().To<Interface5_Impl1>().SetResolutionScope(DiResolutionScope.ScopeLifetime); </div>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- JetBrains.Annotations (>= 10.2.1)
- Microsoft.CodeAnalysis (>= 2.3.2)
- OROptimizer.Shared (>= 1.0.0-beta2)
- System.Runtime.Loader (>= 4.3.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on IoC.Configuration:
Package | Downloads |
---|---|
IoC.Configuration.Autofac
An Autofac extension for IoC.Configuration 2. Detailed documentation on IoC.Configuration is available at http://iocconfiguration.readthedocs.io Look at http://iocconfiguration.readthedocs.io/ |
|
IoC.Configuration.Ninject
A Ninject extension for IoC.Configuration 2. Source code can be found at https://github.com/artakhak/IoC.Configuration Detailed documentation on IoC.Configuration is available at http://iocconfiguration.readthedocs.io Look at http://iocconfiguration.readthedocs.io/ |
|
IoC.Configuration.Extensions
An extension for IoC.Configuration library at https://www.nuget.org/packages/IoC.Configuration/. Detailed documentation on IoC.Configuration is available at http://iocconfiguration.readthedocs.io. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 1,392 | 4/10/2022 |
2.0.2 | 938 | 3/17/2019 |
2.0.1 | 861 | 3/17/2019 |
2.0.0 | 1,496 | 2/27/2019 |
1.0.6 | 1,205 | 6/12/2018 |
1.0.5 | 1,166 | 6/11/2018 |
1.0.4 | 1,167 | 6/5/2018 |
1.0.3 | 2,362 | 5/9/2018 |
1.0.2 | 1,184 | 5/9/2018 |
1.0.1 | 1,786 | 4/18/2018 |
1.0.0 | 1,287 | 4/18/2018 |
1.0.0-beta4 | 969 | 4/4/2018 |
1.0.0-beta3 | 968 | 4/2/2018 |
1.0.0-beta2 | 1,355 | 4/1/2018 |
1.0.0-beta | 901 | 4/1/2018 |
This is a beta version. The release version will be uploaded once some code documentation is completed, and Ninject and Autofac extensions are uploaded into Nuget.org.