Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@hypervtechnics
After pulling from develop branch all of references went to hell. Clean, rebuild all, reinstalling packages, compiler could not find refs to assemblies, even tho it were clearly there (with valid versions). Missing references for some classes were solved for ex. by opening these "missing" classes with vs.
After manualy browsing for ref and editing some csprojs, I have managed to finally run application. -
@Mercutio217 this sounds like an asp.net project targeting .net 4.0.
What VS are you running and msbuild version? -
@Mercutio217 I think someone did NOT use NuGet instead referenced static dlls. Maybe the paths on your and his/her computer are different.
-
All is solved. The problem is, one repo is being used for multiple projects, if someone updated one library in one place, it could potentially harm everything. The tool to unify libraries version in all projects is being planned, but we are all swarmed anyway.
Related Rants
Fuck nuget, .NET and whole C#, I'm solving problem with dependencies since yesterday.
rant
.net
nuget
c#