.Net 7.0 AutoMapper List T MaxInteger[T] Fix.
Cofig add c.Internal().MethodMappingEnabled = false;
1 2 3 4 5 | var mapConfig = new MapperConfiguration(c => { c.Internal().MethodMappingEnabled = false; }); |
.Net 7.0 AutoMapper List T MaxInteger[T] Fix.
Cofig add c.Internal().MethodMappingEnabled = false;
1 2 3 4 5 | var mapConfig = new MapperConfiguration(c => { c.Internal().MethodMappingEnabled = false; }); |