dadhi / DryIoc

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

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

Closed bollhals closed 10 months ago

bollhals commented 10 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 10 months ago

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