Bump Pure.DI from 2.1.72 to 2.2.14 #113
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated Pure.DI from 2.1.72 to 2.2.14.
Release notes
Sourced from Pure.DI's releases.
2.2.14
π What's New in This Release
π Critical Fixes:
Full Changelog: DevTeam/Pure.DI@2.2.13...2.2.14
2.2.13
π What's New in This Release
Key Enhancements:
Object Lifecycle Optimization
When working with dependencies, it's important to choose the right object lifetime. For example, if an object with PerResolve is used only once in the entire composition, it's more efficient to apply Transient.
This provides two key benefits:
This approach allows optimizing application performance and using system resources more efficiently.
Pure.DI implements this optimization automatically. For exampple, when the Pure.DI detects that an object with
PerResolvelifetime is injected only once across the entire object composition, it automatically switches toTransientlifetime. This automation helps developers save time and ensures optimal resource usage without manual intervention. This automatic optimization mechanism is not limited to thePerResolvelifetime. Similar optimizations can be applied to other lifetime management strategies.Pure.DI intelligently analyzes the usage patterns and context of each object to determine the most efficient lifetime strategy, ensuring optimal performance across the entire application.
π Critical Fixes:
Full Changelog: DevTeam/Pure.DI@2.2.12...2.2.13
2.2.11
π What's New in This Release
NuGet package
Key Enhancements:
Full Changelog: DevTeam/Pure.DI@2.2.10...2.2.11
2.2.10
π What's New in This Release
NuGet package
π Fixes:
IContext.ConsumerTypesFull Changelog: DevTeam/Pure.DI@2.2.9...2.2.10
2.2.9
π What's New in This Release
NuGet package
π Fixes:
Full Changelog: DevTeam/Pure.DI@2.2.8...2.2.9
2.2.8
π What's New in This Release
NuGet package
Key Enhancements:
Full Changelog: DevTeam/Pure.DI@2.2.7...2.2.8
2.2.7
π What's New in This Release
NuGet package
Key Enhancements:
β Support for inherited compositions, see this example for details
β #β115 Improve API for using
ServiceProviderFactorybase class for Microsoft DI integration β removeDependsOn(Base), see this example for detailsβ Added Enity Framework example
Full Changelog: DevTeam/Pure.DI@2.2.6...2.2.7
2.2.6
π What's New in This Release
NuGet package
Key Enhancements:
Full Changelog: DevTeam/Pure.DI@2.2.5...2.2.6
2.2.5
π What's New in This Release
NuGet package
π Critical Fixes:
Full Changelog: DevTeam/Pure.DI@2.2.4...2.2.5
2.2.4
π What's New in This Release
NuGet package
π Critical Fixes:
Full Changelog: DevTeam/Pure.DI@2.2.3...2.2.4
2.2.3
π What's New in This Release
NuGet package
π Critical Fixes:
2.2.2
π What's New in This Release
NuGet package
Key Enhancements:
SkipDefaultConstructorhint, for exampe the compiler shows the errorError DIE000 : Unable to resolvefor the following code: