Stashbox v5.4.0 Release Notes
Release Date: 2022-05-03 // over 2 years ago-
🔄 Changed
Resolve<IEnumerable<>>(name)
now returns each service that has the same name. ### ➕ AddedResolveAll(name)
that returns each service that has the same name. ### ✂ Removed- 0️⃣ Obsolete
Resolve()
method with thenullResultAllowed
parameter, it was replaced byResolveOrDefault()
. - Each obsolete
ResolveFactory<>()
method as their functionality is equivalent toResolve<Func<>>()
. - 🔧 Obsolete
.WithRuntimeCircularDependencyTracking()
container configuration option in favor of parameterized factory delegates.