Stashbox v5.4.0 Release Notes

Release Date: 2022-05-03 // almost 2 years ago
  • 🔄 Changed

    • Resolve<IEnumerable<>>(name) now returns each service that has the same name. ### ➕ Added
    • ResolveAll(name) that returns each service that has the same name. ### ✂ Removed
    • 0️⃣ Obsolete Resolve() method with the nullResultAllowed parameter, it was replaced by ResolveOrDefault().
    • Each obsolete ResolveFactory<>() method as their functionality is equivalent to Resolve<Func<>>().
    • 🔧 Obsolete .WithRuntimeCircularDependencyTracking() container configuration option in favor of parameterized factory delegates.