Posts by Raphael Bonfim Salomão • 1 point
1 post
-
0
votes4
answers243
viewsA: Problems saving an already edited entity in the Entity framework core context
Hello folks I put so in the search base methods, so it applied to all entities. public IQueryable<TEntity> Query => _DbSet.AsQueryable().AsNoTracking(); public TEntity Find(int id) { var…