DNV.DependencyInjection.Registry
1.0.0-test.2
dotnet add package DNV.DependencyInjection.Registry --version 1.0.0-test.2
NuGet\Install-Package DNV.DependencyInjection.Registry -Version 1.0.0-test.2
<PackageReference Include="DNV.DependencyInjection.Registry" Version="1.0.0-test.2" />
paket add DNV.DependencyInjection.Registry --version 1.0.0-test.2
#r "nuget: DNV.DependencyInjection.Registry, 1.0.0-test.2"
// Install DNV.DependencyInjection.Registry as a Cake Addin #addin nuget:?package=DNV.DependencyInjection.Registry&version=1.0.0-test.2&prerelease // Install DNV.DependencyInjection.Registry as a Cake Tool #tool nuget:?package=DNV.DependencyInjection.Registry&version=1.0.0-test.2&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.2)
-
net7.0
- BaselineTypeDiscovery (>= 2.0.0)
- DNV.DependencyInjection.Abstractions (>= 1.0.0-test.2)
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.2:
Provides a set of tools for automatically binding configuration classes to configuraiton sections using the .NET Configuration System. As well as a small library for writing tests in BDD specification style.
Added:
- DNV.DependencyInjection.Configuration package that includes a hook into the .NET Configuration System
- DNV.Specifications.Abstractions package that contains abstractions for writing BDD style specification libraries with different unit test tools.
- DNV.Specifications.XUnit package that contains BDD style specification implementation for XUnit
- DNV.Specifications.NUnit package that contains BDD style specification implementation for NUnit
Changelog:
For all release notes, see changelog (https://github.com/veracity-engineering/SolutionPackage/blob/main/src/DependencyInjectionCHANGELOG.md)