- Home /
- Visual Studio /
gbuenrostro
reported
Sep 26, 2018 at 03:34 PM
Solution by
Roger Hünen
·
Oct 20, 2018 at 05:57 AM
In had a similar issue with a Nuget package that I fixed by qualifying the CopyLocal metadata property in the Condition clause as suggested in the error message.
In Microsoft.Common.CurrentVersion.targets there is a line where CopyLocal is referenced unqualified where it should be qualified:
<_CopyLocalFalseRefPaths Include="@(ReferencePath)" Condition="'%(CopyLocal)' == 'false'" />
Replacing '%(CopyLocal)' by '%(ReferencePath.CopyLocal)' should fix the problem.
PS. I have deleted my original contribution here because the cause of the issue I was experiencing was a bug in a Nuget package, not a Visual Studio issue.
62 People are following this
"Please wait for an editor command to finish" on each webpack /typescript build
0
Solution
SlowCheetah 3.0.66 is causing massive build issues, and only started recently.
1
Solution
Visual Studio 2017 data flow SSIS finished but intermediate steps waiting
0
Solution
Workflow error each time after windows update
0
Solution
Screen Jumping Around
1
Solution
Cannot connect to runtime process, timeout aft 10000ms
0
Solution
Visual Studio deselects or loses list of iOS Simulators
0
Solution
Debug with "Remote (no authentication)" kills keyboard dialog navigation
0
Solution
Error Using Redirect "Attach Debugger to Azure Webjob fails in Cloud Explorer
2
Solution