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
I tried to build this on my 64bit machine using "Platform target: x86" and .NET 4.7.2 in a Console app but it works as expected. So I can't reproduce this if it only crashes on a pure x86 computer.
Describe the bug
The patch I wanna do works when built with x64/AnyCPU platform but it doesn't work with x86 platform
To Reproduce
The result is quite random. AccessViolationException / System.ExecutionEngineException / random "date3" values returned
Expected behavior
TimeZone.CurrentTimeZone.ToLocalTime with the current prefix code should return DateTime.UtcNow
Runtime environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: