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 ouverte le 30 oct. 2015

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C# (1 364 forks)batch import
User Experiencehelp wantedtriaged

Métriques du dépôt

Stars
 (5 062 stars)
Métriques de merge PR
 (Merge moyen 11j 7h) (125 PRs mergées en 30 j)

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

Guide contributeur