Singularity icon indicating copy to clipboard operation
Singularity copied to clipboard

A extremely fast ioc container for high performance applications

Results 8 Singularity issues
Sort by recently updated
recently updated
newest added

**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...

bug

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** ![Screen-573](https://user-images.githubusercontent.com/9817522/97806137-2a331000-1c6b-11eb-8559-79d2ab44aaad.png) **Expected behavior** Method...

bug

**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...

enhancement

**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...

bug

**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...

enhancement

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...

enhancement

Blocking issues: - https://github.com/AdamsLair/duality/issues/671

bug