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
stop using EFCore .Find, this error clearly shows it's a poorly designed API that should be marked as obsolete
you need to use async more, there's a ton of cases where you're doing DB ops without async which is bad for perf (doesn't matter in your case but bad form)
fix the nullability on the other DbSets
The text was updated successfully, but these errors were encountered:
.Find
, this error clearly shows it's a poorly designed API that should be marked as obsoleteThe text was updated successfully, but these errors were encountered: