Broken links in cloned git repository
2 answers
DLLs no longer exist because they are being ignored: you must have a .gitignpre with * .dll.
This means you have to run nuget to load the correct dependencies (dlls): this is a declarative approach, which means that you are only using the nuget file (very small) instead of the dll (much larger).
+1
source to share