Closed capdiem closed 5 years ago
ReturnType is still TSource. But it works when I use Mapper.Initialize() instead of services.AddAutoMapper() in Startup.cs.
TSource
Mapper.Initialize()
services.AddAutoMapper()
I think this is better suited for StackOverflow.
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.
ReturnType is still
TSource
. But it works when I useMapper.Initialize()
instead ofservices.AddAutoMapper()
in Startup.cs.