dotnet/msbuild

Msbuild logs the user specified path for the assembly of a custom task, not the path of the actual assembly that gets loaded

Open

#325 建立於 2015年10月30日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C# (1,364 fork)batch import
User Experiencehelp wantedtriaged

倉庫指標

Star
 (5,062 star)
PR 合併指標
 (平均合併 11天 7小時) (30 天內合併 125 個 PR)

描述

On core CLR, this mismatch is caught by the test: TypeLoader_Tests.LoadInsideAssemblyWhenGivenOutsideAssemblyWithSameName

The message gets logged erroneously in here: https://github.com/Microsoft/msbuild/blob/master/src/XMakeBuildEngine/Instance/TaskRegistry.cs#L414

貢獻者指南