We have a solution with multiple projects. When building the entire solution there are certain references (DLLs) that are not getting copied to the bin folder. What we have to do is build that specific project with the missing references in order for them to show up in the parent bin. Likewise when we clean the solution some of those DLL's remain in the parent bin folder and are not being deleted. The DLLs are referenced via NuGet packages. What could be the cause of this? There are no build errors BTW.
↧