DEV Community

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

Collapse
 
_patrickgod profile image
Patrick God

Hey,

I think I will create a GitHub repository soon with the complete project.
Until then, please refer to the code in the article. It really is the complete thing.

Take care,
Patrick

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.