Stashbox v5.4.1 Release Notes

Release Date: 2022-05-16 // almost 2 years 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. ### โž• 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.