❔ efcore - rider 'multiple DB commands' warning
first time seeing a message like this, how can I modify the query?
3 Replies
I'm not well-versed in how EF constructs queries, so if you want to just send me a doc page, that's fine.
It's Rider's inspections
I think it tells you how many times this code executed and, based on that, how many issues it found
In the bottom-left corner of the IDE you should find a yellow triangle, click it, and it'll show you what that issue is
Probably either with you not using
async
or with the string comparison you're makingWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.