Stashbox v5.4.1 Release Notes
Release Date: 2022-05-16 // 10 months ago-
๐ Fixed
- ๐ป Type load exception when the library was trimmed.
Previous changes from v5.4.0
-
๐ 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.