is it a real dependency of Mapster? if not then some error is being thrown at the very core of .Net runtime and mapster doesn't catch it.

here is the repo. please make sure to use the Mapster Branch
https://github.com/mhamri/ef-int32-bug/tree/mapster
also, if I add the [AdaptTo("[name]Dto"), GenerateMapper] on top of entity classes, all the generated mappers are empty hence I mapped them manually.