lsoft / DpdtInject

Highly efficient compile-time general purpose DI container based on C# source generators.
https://www.nuget.org/packages/Dpdt.Injector/
MIT License
32 stars 3 forks source link

add `ToItself` to `DefaultCluster`? #32

Closed lsoft closed 3 years ago

lsoft commented 3 years ago

like Bind<MyClass>().ToItself().WithSingletonScope().

it will add an additional symmetry with conventional bindings.

lsoft commented 3 years ago

Bind<IA1, IA2>().ToItself() ???? :) incorrect proposal!