Replies: 1 comment
-
so the issue was running these two operations before I called save:
But how do i check for duplicated names? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to update an item with ISession, here's my code
But it always throws this error
I don't get it, what is wrong with my update method?
I found an issue which said to avoid
Task.WhenAll
, but I am not using that method in my code.Beta Was this translation helpful? Give feedback.
All reactions