Skip to content
This repository was archived by the owner on Aug 17, 2021. It is now read-only.
This repository was archived by the owner on Aug 17, 2021. It is now read-only.

References not found #1

@mcintyre321

Description

@mcintyre321

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions