VDT.Core.DependencyInjection
2.0.0
See the version list below for details.
dotnet add package VDT.Core.DependencyInjection --version 2.0.0
NuGet\Install-Package VDT.Core.DependencyInjection -Version 2.0.0
<PackageReference Include="VDT.Core.DependencyInjection" Version="2.0.0" />
paket add VDT.Core.DependencyInjection --version 2.0.0
#r "nuget: VDT.Core.DependencyInjection, 2.0.0"
// Install VDT.Core.DependencyInjection as a Cake Addin #addin nuget:?package=VDT.Core.DependencyInjection&version=2.0.0 // Install VDT.Core.DependencyInjection as a Cake Tool #tool nuget:?package=VDT.Core.DependencyInjection&version=2.0.0
Flexible dependency injection extensions for convention-based service registration, attribute-based service registration, custom automatic service registration and decorator pattern
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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 | netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- Castle.Core (>= 4.4.1)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0)
-
.NETStandard 2.1
- Castle.Core (>= 4.4.1)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0)
-
net5.0
- Castle.Core (>= 4.4.1)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0)
-
net6.0
- Castle.Core (>= 4.4.1)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0)
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 |
---|---|---|
6.0.0 | 135 | 3/16/2024 |
5.0.0 | 174 | 11/24/2023 |
4.1.0 | 147 | 6/14/2023 |
4.0.0 | 160 | 6/11/2023 |
3.2.0 | 168 | 6/5/2023 |
3.1.0 | 151 | 5/28/2023 |
3.0.0 | 152 | 5/25/2023 |
2.1.2 | 148 | 5/22/2023 |
2.1.1 | 485 | 2/20/2022 |
2.1.0 | 449 | 2/12/2022 |
2.0.0 | 444 | 2/6/2022 |
1.3.0 | 316 | 11/27/2021 |
1.2.0 | 409 | 4/13/2021 |
1.1.0 | 360 | 3/16/2021 |
- Added options-based service registration extension for flexible service registration options
- Added service type providers for registering service implementations with a single interface and service implementations by named interface
- Added a service type provider generator for automatically registering all implementations of a generic interface like a request handler, commmand, or query
- Greatly reduced complexity for attribute-based registration
Breaking changes:
- Moved all attribute-based registration functions to namespace VDT.Core.DependencyInjection.Attributes