public LoadDependencies ( bool allClients, bool keepMissing = false ) : Dependency>.Dictionary |
||
allClients | bool | If true, all client dependencies are loaded and returned /// |
keepMissing | bool | If false, missing dependencies result in a /// ResolutionException being thrown. If true, each missing dependency is included in /// the returned set with RepoPath set to an empty string. |
return | Dependency>.Dictionary |