SashaPshenychniy

Results 3 comments of SashaPshenychniy

I just wonder how such bugs get to production at Microsoft? Didn't anyone try using logger with DI? Don't you have single unit-test checking that logs messages get to destinations...

@StefH As far as I see only constructor injection is supported natively. This project extends it with parameter-injection which is very handy in many cases.

That's more of a philosophical question. Definitely it is possible to live with just constructor injection. But on the other hand, dependency injection containers in theory should not make limitations...