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
Fix APTCA causes MethodAccessException in Windows Phone. Issue #64
AllowPartiallyTrustedCallersAttribute is not required in reality, and it causes assembly makes SecurityTransparent, so it causes MethodAccessException for non-core libraries in FCL like System.Collections.Concurrent or System.Numerics.
0 commit comments