await dbContext.Entry(usr).ReloadAsync();. This seems to force .Net Core to reload that [User] record, and life is good again. I hope this is useful.
確定! 回上一頁