GenieClient / Genie4

.NET 6 Update of Genie
GNU General Public License v3.0
20 stars 14 forks source link

"Collection was modified" error when using automapper #12

Closed mj-colonel-panic closed 2 years ago

mj-colonel-panic commented 2 years ago

A number of users have reported this error.

On looking at the code I found that there are a number of ArrayLists that are not explicitly defined as using the Genie.Collections.ArrayList and are instead using System.Collections.ArrayList

mj-colonel-panic commented 2 years ago

resolved in 4.0.0.5 ArratList was renamed to ThreadedArrayList https://github.com/GenieClient/Genie4/releases/tag/4.0.0.5