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
// Note that libc caused compilation error on .NET Native, so the DllImport itself should not be included in the first time.
49
52
#if NETFX_35
50
53
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security","CA5122:PInvokesShouldNotBeSafeCriticalFxCopRule",Justification="OK, this is SecurityCritical")]
0 commit comments