DEV Community

Discussion on: .NET Core 3.1 Web API & Entity Framework Jumpstart - Part 1

Collapse
 
ekosetiyo13 profile image
EkoSetiyo13

i get error in response.
addcharacterDTO cannot add in characterDTO.
i dont know what i can do

Thread Thread
 
informagico profile image
Alessandro Magoga

Hi, I think you're missing something in the AutoMapperProfile class.
I uploaded my own source code following this tutorial: github.com/informagico/dotnet-rpg

Hope it can help,
cheers!

Thread Thread
 
ekosetiyo13 profile image
EkoSetiyo13

Hi, Thanks you brother.