Fix bug for logging TaskAssemblyLocationMismatch comment
Open
Area: Logging
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
I think that's because `TaskHostTask` is always going to be a type loaded from the currently running code--but it _wraps_ a task from some other assembly, which is what we actually care about for this message, right?. Looks like a preexisting bug where we log this for all TaskHostTasks.
_Originally posted by @rainersigwald in https://github.com/dotnet/msbuild/pull/11393#discussion_r2116300063_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.