提交 3cf579eb 编写于 作者: J Jan Vorlicek 提交者: Stephen Toub

Remove System.ComponentModel.TypeConverter exclusion from SuperILC (#217)

It turns out it is not needed anymore, the assembly compiles fine
上级 056151ef
......@@ -41,9 +41,6 @@ public FrameworkExclusion(string simpleName, string reason, bool crossgen2Only =
new FrameworkExclusion("Microsoft.CodeAnalysis.CSharp", "Ibc TypeToken 6200019a has type token which resolves to a nil token", crossgen2Only: true),
new FrameworkExclusion("Microsoft.CodeAnalysis", "Ibc TypeToken 620001af unable to find external typedef", crossgen2Only: true),
new FrameworkExclusion("Microsoft.CodeAnalysis.VisualBasic", "Ibc TypeToken 620002ce unable to find external typedef", crossgen2Only: true),
// TODO (TRylek): problem related to devirtualization of method without IL - System.Enum.Equals(object)
new FrameworkExclusion("System.ComponentModel.TypeConverter", "TODO trylek - devirtualization of method without IL", crossgen2Only: true),
};
private readonly IEnumerable<BuildFolder> _buildFolders;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册