dotnet/msbuild

Re-enable PropertyOverridesContainSemicolon regression test

开放

#259 创建于 2015年10月6日

 (0 条评论) (0 个反应) (0 位负责人)C# (1,364 个派生)batch import
CoreCLR-testhelp wantedtriaged

仓库指标

星标
 (5,062 个星标)
PR 合并指标
 (平均合并 11天 7小时) (30 天内合并 125 个 PR)

描述

This test does a full C# build internally to guard against regression of an old bug, but that currently fails (on my machine at least) with:

O:\msbuild\bin\Windows_NT\Debug-NetCore\Microsoft.Common.CurrentVersion.targets(1822,5):  error MSB3248: Parameter "AssemblyFiles" has invalid value "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll". Could not load file or assembly 'System.Reflection.Metadata, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Done executing task "ResolveAssemblyReference" -- FAILED.

Which causes the test to fail, because it expected success. This doesn't appear to be the problem that's being tested for, so I'm going to disable the test until we can figure out its root cause.

贡献者指南