DNV.DependencyInjection.Registry
1.0.0-test.1
dotnet add package DNV.DependencyInjection.Registry --version 1.0.0-test.1
NuGet\Install-Package DNV.DependencyInjection.Registry -Version 1.0.0-test.1
<PackageReference Include="DNV.DependencyInjection.Registry" Version="1.0.0-test.1" />
paket add DNV.DependencyInjection.Registry --version 1.0.0-test.1
#r "nuget: DNV.DependencyInjection.Registry, 1.0.0-test.1"
// Install DNV.DependencyInjection.Registry as a Cake Addin #addin nuget:?package=DNV.DependencyInjection.Registry&version=1.0.0-test.1&prerelease // Install DNV.DependencyInjection.Registry as a Cake Tool #tool nuget:?package=DNV.DependencyInjection.Registry&version=1.0.0-test.1&prerelease
DNV Dependency Injection framework
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net6.0
- BaselineTypeDiscovery (>= 2.0.0)
- DNV.DependencyInjection.Abstractions (>= 1.0.0-test.1)
-
net7.0
- BaselineTypeDiscovery (>= 2.0.0)
- DNV.DependencyInjection.Abstractions (>= 1.0.0-test.1)
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 |
---|
Version 1.0.0-test.1:
This provides an infrastrucure set of abstractons for automagically registering services to IoC container using a combination of conventions and attributes. This should allow developers to register services using best practices.
Added:
- DNV.DependencyInjection.Abstraction package that includes the set of light-weight abstractions needed.
- DNV.DependencyInjection.Registry package that contains the service lookup implementation.
- DNV.DependencyInjection.Autoac package that contains the Autofac implementation.
- DNV.DependencyInjection.Microsoft package that contains the Microsoft.Extensions.DependencyInjection implementation.
Changelog:
For all release notes, see changelog (https://github.com/veracity-engineering/SolutionPackage/blob/main/src/DependencyInjectionCHANGELOG.md)