You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In EfModelManager if result of SaveChangesAsync is 0 that means that there was nothing was send for update, most probably it is incorrect to return 500 if there is nothing to do in DB, think about proper status code for that
In
EfModelManagerif result ofSaveChangesAsyncis 0 that means that there was nothing was send for update, most probably it is incorrect to return500if there is nothing to do inDB, think about proper status code for that