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.
EF Core was running on Mac with W^X disabled (
COMPlus_EnableWriteXorExecute=0) because of #70758. Removing theCOMPlus_EnableWriteXorExecutenow makes the test run extremely long - usually tests on Helix (where this was applied) run in under 60 minutes. WithCOMPlus_EnableWriteXorExecute=0removed these did not finish within the timeout of 3 hours (detail).The PR that removes the W^X workaround: dotnet/efcore#36243.