Closed hdisma closed 5 years ago
After a moment googling, i found this: https://github.com/AutoMapper/AutoMapper/issues/752#issuecomment-116696736
thanks @jbogard 👍
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
When I try to make the following map:
CreateMap<IReadOnlyList<Customer>, IReadOnlyList<CustomerViewModel>>();
Im getting this error:System.TypeLoadException: Method 'get_Item' in type 'Proxy_System.Collections.Generic.IReadOnlyList'1[[Northwind.WebApi.ViewModels.CustomerViewModel
. Im using AutoMapper.Extensions.Microsoft.DependencyInjection on .net core 3.0