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 aperta il 30 ott 2015

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C# (1364 fork)batch import
User Experiencehelp wantedtriaged

Metriche repository

Star
 (5062 star)
Metriche merge PR
 (Merge medio 11g 7h) (125 PR mergiate in 30 g)

Descrizione

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

Guida contributor