Resiliency during SaveChanges in EntityFrameworkCore – Mysql
I want to ensure that when I do a context.SaveChanges(), this is retried because the database might be temporarily down. So far all I've found involves writing a lot of code that I'd then need to maintain, so is there…