Asp.net 无法解析警告Project references Implementations.csproj

Asp.net 无法解析警告Project references Implementations.csproj,asp.net,.net,monodevelop,Asp.net,.net,Monodevelop,我有一个关于monodevelop的项目,设置如下: 接口 无参考资料 实现 参考资料: 接口 对象映射器 参考资料: 接口 实现 消费者 参考资料: 接口 对象映射器 当我编译我的项目时,不会出现任何错误,但我会收到一条警告: /usr/lib/mono/4.5/Microsoft.Common.targets: Warning: Project reference '../Implementations/Implementations.csproj' coul

我有一个关于monodevelop的项目,设置如下:

  • 接口
    • 无参考资料
  • 实现
    • 参考资料:
      • 接口
  • 对象映射器
    • 参考资料:
      • 接口
      • 实现
  • 消费者
    • 参考资料:
      • 接口
      • 对象映射器
当我编译我的项目时,不会出现任何错误,但我会收到一条警告:

/usr/lib/mono/4.5/Microsoft.Common.targets: Warning: Project reference '../Implementations/Implementations.csproj' could not be resolved. (Consumer)
为什么我会收到这个警告,我应该解决它吗


编辑:所以当我给消费者一个实现的参考时,这个警告消失了。但是,我不想让我的消费者项目知道关于实现的任何信息。有办法解决这个问题吗?

我也有这个问题,稍微严重一点。猜测这是因为他们可能已经更改了有关将cd复制到项目目录的编译器行为。生成:0个错误,6337warnings@Behrooz这些错误会影响你的应用程序的行为吗?不,据我所知,一切正常。而且编译器比以前快了6x-8x。