When a service fails to resolve, provide the full path to the location. · Issue #155 · Keboo/AutoDI · GitHub
More Web Proxy on the site http://driver.im/
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
Currently you can register a delegate to fire when AutoDI fails to resolve a service type. It would be useful if in addition to reporting the type that failed to resolve it also gave the location where the attempted dependency resolution occurs.
The text was updated successfully, but these errors were encountered:
@KennethWhite do you recall when "gave the location" means? Was looking at implementing this but can't recall the specifics of the issue we ran into.
It was an issue where a particular object could not be constructed but the stack track doesnt include the location of the CTOR to see what dependency isnt registered if I recall correctly.
Currently you can register a delegate to fire when AutoDI fails to resolve a service type. It would be useful if in addition to reporting the type that failed to resolve it also gave the location where the attempted dependency resolution occurs.
The text was updated successfully, but these errors were encountered: