-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Labels
Milestone
Description
EF Core was running on Mac with W^X disabled (COMPlus_EnableWriteXorExecute=0
) because of #70758. Removing the COMPlus_EnableWriteXorExecute
now makes the test run extremely long - usually tests on Helix (where this was applied) run in under 60 minutes. With COMPlus_EnableWriteXorExecute=0
removed these did not finish within the timeout of 3 hours (detail).
The PR that removes the W^X workaround: dotnet/efcore#36243.