NuGetReferenceHintPathRewrite
NuGetReferenceHintPathRewrite copied to clipboard
References not found
Unfortunately this isn't working for me at the moment - references are getting marked as not found in VS, and warning like Warning 2 Could not resolve this reference. Could not locate the assembly "Lydian.Unity.Automapper". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. ServiceBus are appearing.
That one is referenced like so in the csproj:
<Reference Include="Lydian.Unity.Automapper">
<HintPath>..\packages\Lydian.Unity.Automapper.1.3.2\lib\net40\Lydian.Unity.Automapper.dll</HintPath>
</Reference>
but I need it to be rewritten to ..\..\Orchestration\packages\Lydian.Unity.Automapper.1.3.2\lib\net40\
Is there some way for me to debug this?