❔ EFCore Interceptor problem
In the MS documentation I see they're using the SaveChanges interceptor as:
I'm trying to do the same but I get an error and I presume it's because of the value task:
The error is that it cannot convert result to
ValueTask...
. how does the MS example work though...2 Replies
I'm dumb, I was missing the
async
keyword 🙂Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.