Replies: 2 comments 2 replies
-
|
Hello @etriebe, I'm so sorry I missed this! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hello @etriebe, I looked to see how my unit test is changing a user name. Look in file 'CosmosUserStoreTests.cs' line 447. You should see this test method: Here I use the "user store" object to set the user name value. Look to the "TestUtilities.cs" file to see how to create an instance of a User Store. While this isn't using SQL to directly change the user name, perhaps you can use the UserStore to do that for you? Hope this helps! -Eric |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to update objects within CosmosDB just like I've done with other objects but I get an exception when I do so. I'm only updating username but I get this error.
Beta Was this translation helpful? Give feedback.
All reactions