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
WPF - Change CopyMemory PInvoke signature to work with .Net Core
.Net could fails with exception "Unable to find an entry point named 'CopyMemory' in DLL 'kernel32.dll`" as
the export doesn't exist see reference https://github.com/dotnet/coreclr/issues/24008
Issue #2053
0 commit comments