• M
    Fix failure building two libraries tests (#70881) · 1b87ff9e
    Michal Strehovský 提交于
    Microsoft.CSharp was hitting an issue due to a vararg constructor. We don't support varargs. They shouldn't make it into the dependency graph. We are already checking in many places. We were erroneously thinking a vararg constructor with no mandatory arguments is a default constructor.
    
    Runtime.InteropServices were crashing because we got a MulticastDelegate type into a codepath that expects a MulticastDelegate descendant.
    1b87ff9e
ILImporter.Scanner.cs 57.9 KB