提交 7cf0cbbd 编写于 作者: J Jared Parsons

Disable checking MS.VS.ProjectSystem.Managed in determinism

This appears to have exposed a bug in the compiler.  Disable checking for now.

see #8739 for more details.
上级 5b7d263a
......@@ -24,7 +24,11 @@ try
# List of binary names that should be skipped because they have a known issue that
# makes them non-deterministic.
$skipList = @()
$skipList = @(
# https://github.com/dotnet/roslyn/issues/8739
"Microsoft.VisualStudio.ProjectSystem.Managed.dll"
)
$allGood = $true
$map = @{}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册