Skip to content

Simplify locking model #221

@dotnetjunkie

Description

@dotnetjunkie

Simple Injector currently locks on a very fine grained level, and often pushes the problem of locking to sub parts of the library and to anyone who extends the library. This is problematic because it increases complexity of the library and increases the chance of bugs to appear (as they did because of this reason in the past). For developers extending Simple Injector's default functionality, it is often a very hard model to understand and to get right.

So the locking model should be simplified.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions