【问题标题】:Do .NET Core projects have MSBuild bug where DLL references from project dependencies are not copied into bin?.NET Core 项目是否存在 MSBuild 错误,即项目依赖项中的 DLL 引用未复制到 bin 中?
【发布时间】:2019-07-01 17:42:01
【问题描述】:

对于 .NET Framework 项目,MSBuild 有一个问题(IMO 一个错误),有时项目依赖项中的 DLL 引用不会复制到 bin 文件夹中。这是对该问题的相当完整的讨论: MSBuild doesn't copy references (DLL files) if using project dependencies in solution

.NET Core 项目中也是这样吗?

【问题讨论】:

标签: .net visual-studio .net-core msbuild


【解决方案1】:

似乎这将与netcoreapp3.0一起发布

请看这里:https://github.com/Microsoft/msbuild/issues/4156

【讨论】:

    猜你喜欢
    • 2018-11-02
    • 2014-06-26
    • 2013-12-22
    • 2010-10-12
    • 2016-11-26
    • 1970-01-01
    • 2019-01-27
    • 2017-08-16
    • 1970-01-01
    相关资源
    最近更新 更多