stashbox icon indicating copy to clipboard operation
stashbox copied to clipboard

A lightweight, fast, and portable dependency injection framework for .NET-based solutions.

Results 5 stashbox issues
Sort by recently updated
recently updated
newest added

When you compile Stashbox on your own, it shows a lot of warnings about missing constructors for several Exception types. ``` warning CA1032: Add the following constructor to CircularDependencyException: public...

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies
github_actions

Hello, I have upgraded Stashbox to version v5.13.0, and I immediately noticed a breaking change related to the auto-injecting of required members feature. I understand the intention, but I am...

When dealing with scoped instance resolution and dependency overrides, an inconsistency arises when attempting to resolve a service for the second time with different overrides. In the following example, I...

It would be beneficial to have more precise control over passing dependency overrides, along with support for named bindings. Currently, our approach is as follows: `container.Resolve([ instance1, instance2... ])` In...