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
I'm trying to create a new IDependencyResolver. The problem is that in debug mode the Resolve method is not called. Tell me, maybe I don't understand something.
Here is a fragment of the container initialization code
I'm trying to create a new
IDependencyResolver
. The problem is that in debug mode the Resolve method is not called. Tell me, maybe I don't understand something.Here is a fragment of the container initialization code
The essence of the situation is that the
Initialize(...)
method is called.But calling the
Resolve(...)
method does not.Complete code snippet
This does not throw any exceptions. And the line
returns an instance of
DemoClass
.The text was updated successfully, but these errors were encountered: