O
O
Oleg2015-10-19 17:34:39
GitHub
Oleg, 2015-10-19 17:34:39

When downloading a project from GitHub, all "Links" of the project stopped working, how to fix it?

The VS project is uploaded to the github. When it is cloned to another computer, the "Links" section moves with exclamation marks on a yellow background and the project is not saved, swearing at using directives.
Exceptions are not configured.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Kovalsky, 2015-10-19
@dmitryKovalskiy

I can suggest that you open the .csproj file (project file) with a text editor and check where these references are being searched for. Most likely there curved relative links are registered.

V
Vyacheslav Zolotov, 2015-10-19
@SZolotov

1. You need to use nuggets
2. In the settings, specify "restore packages before building" (something like that)
3. If there is no package you need, you can use git submodules or simply put the assembly in the project tree.
Based on my experience in VS + Git, I can say that work in this bundle is still a puzzle and many banal things are not implemented.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question