-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
- 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
Metadata
Metadata
Assignees
Labels
No labels