dotnet/msbuild
在 GitHub 查看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日
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