dotnet/msbuild
Ver no GitHubMsbuild logs the user specified path for the assembly of a custom task, not the path of the actual assembly that gets loaded
Open
#325 aberto em 30 de out. de 2015
User Experiencehelp wantedtriaged
Métricas do repositório
- Stars
- (5.062 stars)
- Métricas de merge de PR
- (Mesclagem média 11d 7h) (125 fundiu PRs em 30d)
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