dadhi / DryIoc

DryIoc is fast, small, full-featured IoC Container for .NET
MIT License
1.01k stars 123 forks source link

FactoryType is not forwarded in the RegisterMapping<TService, TRegisteredService> method #625

Closed bollhals closed 8 months ago

bollhals commented 8 months ago

In this line, shouldn't the factoryType be forwarded to the next call?

(It's not a problem for me, but I found this when I was looking for something else)

dadhi commented 8 months ago

@bollhals Wut ? :) yeah, it is a bug. Thanks for letting me know.