SimonG96 / LightweightIocContainer

A lightweight IOC Container that is powerful enough to do all the things you need it to do.
MIT License
4 stars 2 forks source link

Fixed validation with parameter for registrations without factory #57

Closed JCH2k closed 2 years ago

JCH2k commented 2 years ago

Vorher konnte man einfach die Zeile

validator.AddParameter<ITest, IParameter>(parameterMock.Object);

auskommentieren und der Test war immer noch grün ;)

theKBro commented 2 years ago

Is this PR abandoned?