Posts by Yves Mac • 1 point
1 post
-
0
votes3
answers35
viewsA: Instance of a certain type cannot be traced because another instance with the same key value for {'ID'} is already being tracked
I would modify your editing method to Asynchronous first and do some testing: public async Task Editar(Pessoa p) { //Faria o Track da entidade a partir de uma busca var pessoa = await…