DeltaWare.Dependencies
1.5.1.3
Circular Dependency detection is implemented badly, this caused false positives to occur breaking functionality.
See the version list below for details.
dotnet add package DeltaWare.Dependencies --version 1.5.1.3
NuGet\Install-Package DeltaWare.Dependencies -Version 1.5.1.3
<PackageReference Include="DeltaWare.Dependencies" Version="1.5.1.3" />
paket add DeltaWare.Dependencies --version 1.5.1.3
#r "nuget: DeltaWare.Dependencies, 1.5.1.3"
// Install DeltaWare.Dependencies as a Cake Addin #addin nuget:?package=DeltaWare.Dependencies&version=1.5.1.3 // Install DeltaWare.Dependencies as a Cake Tool #tool nuget:?package=DeltaWare.Dependencies&version=1.5.1.3
Adds Dependency Collection/Provider, enabaling generic dependencies with lifetimes to be added. When a dependency is requested depending on its lifetime it will be instantiated and disposed of.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
-
net5.0
- DeltaWare.Dependencies.Abstractions (>= 1.5.1.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DeltaWare.Dependencies:
Package | Downloads |
---|---|
SereneApi.Core
An easy solution for consuming APIs. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
8.0.0.1 | 111 | 5/16/2024 | |
7.0.0.1 | 278 | 10/27/2023 | |
6.0.1.3 | 10,437 | 7/25/2022 | |
6.0.1.2 | 462 | 7/12/2022 | |
6.0.1.1 | 466 | 7/12/2022 | |
6.0.0.3 | 468 | 3/10/2022 | |
6.0.0.1 | 2,291 | 2/19/2022 | |
5.0.0.7 | 480 | 3/10/2022 | |
5.0.0.6 | 2,786 | 1/5/2022 | |
5.0.0.5 | 304 | 1/5/2022 | |
5.0.0.4 | 311 | 12/17/2021 | |
5.0.0.2 | 307 | 12/17/2021 | |
5.0.0.1 | 306 | 12/17/2021 | |
1.5.1.4 | 323 | 12/15/2021 | |
1.5.1.3 | 360 | 12/15/2021 | |
1.5.1.2 | 360 | 12/15/2021 | |
1.5.1.1 | 389 | 12/15/2021 | |
1.5.0.4 | 377 | 9/2/2021 | |
1.5.0.3 | 409 | 9/2/2021 | |
1.5.0.2 | 354 | 8/28/2021 | |
1.5.0.1 | 351 | 8/26/2021 | |
1.2.0.1 | 356 | 9/13/2021 | |
1.1.0.3 | 2,861 | 2/17/2021 | |
1.1.0.2 | 366 | 2/17/2021 | |
1.1.0.1 | 383 | 2/15/2021 | |
1.1.0 | 4,224 | 7/22/2020 | |
1.1.0-preview-01 | 334 | 9/4/2020 | |
1.0.2.1 | 10,541 | 7/19/2020 | |
1.0.2 | 515 | 7/19/2020 | |
1.0.1.3-beta | 4,101 | 7/6/2020 | |
1.0.1.2-beta | 2,977 | 6/30/2020 |
FIXED - Issue where if a constructor parameter was of type IDependencyProvider a DependencyNotFoundException was thrown.