Structure of Git Repos in Visual Studio
Hey all,
Let's say I have a helper library called ClassHelper and it is used by ProjectA and ProjectB. Obviously, you would use separate repos for the helper library and the two different projects
Now, let's say I cloned ProjectA, how would I ensure that the dependency on ClassHelper is also cloned (i.e. resolved). Furthermore, how would you setup the environment so that the Visual Studio debugger can step into the dependency (to see if there are bugs in that class).
0 comments:
Post a Comment