MvvmLib.IoC
0.6.3
See the version list below for details.
dotnet add package MvvmLib.IoC --version 0.6.3
NuGet\Install-Package MvvmLib.IoC -Version 0.6.3
<PackageReference Include="MvvmLib.IoC" Version="0.6.3" />
paket add MvvmLib.IoC --version 0.6.3
#r "nuget: MvvmLib.IoC, 0.6.3"
// Install MvvmLib.IoC as a Cake Addin #addin nuget:?package=MvvmLib.IoC&version=0.6.3 // Install MvvmLib.IoC as a Cake Tool #tool nuget:?package=MvvmLib.IoC&version=0.6.3
MvvmLib IoC Container.
"It does all the work"
* Auto discovery of types and impletation types for interfaces not registered
* Allows to register and resolve types, instances, factories
* injection parameters and properties
* Lifetimes: Transcient, Singleton, InstancePerScope, InstancePerMatchingScope
* Scopes and child scopes
* Interceptors allow to intercept value resolution
* Custom value resolvers
* Attributes: PreferredConstructor, PreferredImplementation (for interfaces), Dependency (for properties and parameters)
Etc.
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 | net45 is compatible. 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. |
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. |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MvvmLib.IoC:
Package | Downloads |
---|---|
MvvmLib.IoC.Extensions.Wpf
MvvmLib IoC Container Extensions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.17.0 | 780 | 4/5/2023 |
0.16.0 | 216 | 4/3/2023 |
0.15.2 | 233 | 4/1/2023 |
0.15.0 | 279 | 3/24/2023 |
0.6.3 | 662 | 8/9/2019 |
0.5.1 | 536 | 8/4/2019 |
0.5.0 | 530 | 8/4/2019 |
0.4.0.1 | 518 | 8/3/2019 |
0.3.1.1 | 517 | 7/26/2019 |
0.3.0 | 551 | 6/12/2019 |
0.2.1.1 | 553 | 5/28/2019 |
0.2.1 | 560 | 5/28/2019 |
0.2.0.1 | 538 | 5/26/2019 |
0.1.7 | 543 | 5/13/2019 |
0.1.6 | 546 | 4/27/2019 |
0.1.5 | 587 | 4/25/2019 |
0.1.4 | 599 | 4/25/2019 |
0.1.3 | 604 | 4/25/2019 |
0.0.7 | 663 | 4/20/2019 |
0.0.6 | 575 | 4/13/2019 |
0.0.2 | 548 | 4/10/2019 |
0.0.1 | 594 | 3/20/2019 |
InstancePerLifetimeScope, InstancePerMatchingLifetimeScope, child scopes