You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-expose `ReconstructedFullTypeName`. We rely on this in our test framework
Expose `VerifyILOfOtherAssemblies`. This causes us problems for our tests that verify the old mono BCL. There's a goofy circular reference with Mono.Security.dll and System.dll which results in references to System.dll with two different PublicKeyTokens. Exposing this method let's us disable this asserting behavior for our old mono tests
0 commit comments