You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I'm trying to simplify the injection code of my application using TinyIoC.
The application fails with the message: no parameterless constructor defined for this object. So it seems that TinyIoC is not injecting the constructor. I don't know if I'm missing something, but my code looks like the one in the docs.
Hello everyone, I'm trying to simplify the injection code of my application using TinyIoC.
The application fails with the message: no parameterless constructor defined for this object. So it seems that TinyIoC is not injecting the constructor. I don't know if I'm missing something, but my code looks like the one in the docs.
The registrator
And a simple controller
The text was updated successfully, but these errors were encountered: