Tuesday, September 11, 2018

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).

Structure of Git Repos in Visual Studio Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team