Msbuild logs the user specified path for the assembly of a custom task, not the path of the actual assembly that gets loaded
Open
help wanted
triaged
User Experience
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 133
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.