Singularity
Singularity copied to clipboard
A extremely fast ioc container for high performance applications
**Describe the bug** Resolving `IReadOnlyCollection` (or other collection types) with the configuration shown below results in a silent failure to construct `Dependency2` as the constructor parameter type `ITransitiveDependency` is not...
I have a project in which I used Singularity, and it has a very simple setup -| ` builder.Register(conf => conf.With(Lifetimes.PerContainer)); builder.Register();` which is resolved in a final class -...
**Describe the bug** Method `GetInstance()` may return nullable type but it never be happen because exception will be thrown if unable to resolve it. **To Reproduce**  **Expected behavior** Method...
**Is your feature request related to a problem? Please describe.** Currently both static and dynamic constructor selection is done with this interface. This makes the interface less clean than it...
**Describe the bug** We currently use multi stage builds in combination with manual approvals. This is so that its easy to deploy from any branch. However Azure Devops is reporting...
**Is your feature request related to a problem? Please describe.** Singularity as a name is currently used by some other projects. It also does not have a direct link to...
Currently some fields in ServiceBinding are mutable. This has some disadvantages: - It could cause hard to understand problems when reusing the same ServiceBinding instances across containers. - If ServiceBindings...
Blocking issues: - https://github.com/AdamsLair/duality/issues/671