Closed senglory closed 1 year ago
.NET 6 + EF Core - see only insert queries from EF Core in my logs but not even a single DELETE from DeleteRangeAsync. At the same time .RemoveRange+SaveChangesAsync produces DELETE queries in the log.
It works on my computer.
.NET 6 + EF Core - see only insert queries from EF Core in my logs but not even a single DELETE from DeleteRangeAsync. At the same time .RemoveRange+SaveChangesAsync produces DELETE queries in the log.