Is there a way to retrieve the dependency graph?

17 views
Skip to first unread message

Harold Harkema

unread,
Feb 20, 2018, 10:23:21 AM2/20/18
to ninject
Is there a way to retrieve the dependency graph?

Something like this:

But any other solution will do as long as I can get something like:
 ResetPasswordController 
                FormsAuthentication (IFormsAuthentication) 
                UserService (IUserService) 
                ResetPasswordService (IResetPasswordService) 
                        GuidGenerator (IGuidGenerator) 
                        UserEmailer (IUserEmailer) 
                                SitePolicy (ISitePolicy) 
                                ConstantProvider{Object} (ISiteInfo) 
                                TemplateRepository (ITemplateRepository) 
                                UserService (IUserService) 
                                Mail (IMail) 
                        ResetPasswordRoutes (IResetPasswordRoutes) 
                                SiteInfoExtensions (ISiteInfoExtensions) 
                                        ConstantProvider{Object} (ISiteInfo) 

Thanks,
Harold
Reply all
Reply to author
Forward
0 new messages