Commits

Daniel Dunbar committed 9c3162f443b
[Commands] Add initial Workspace support for loading a package graph. - This is the basic "load and fetch-if-necessary" operation used by all command line tools. - This doesn't yet support interacting with the dependency resolver to fetch packages which aren't checked out yet. - This is also showing a need for some more testing infrastructure around being able to test mock package graphs...