Stream: implementers
Topic: SDK use
Dennis Brox (Jan 24 2022 at 18:08):
I'm populating SDK classes in C# seemingly the way I expect - - I can see what I am putting into Atlas, but there are some questions. I can't set the humanname.nameuse value to a string so I can test what it is. How do you do that? I set value properties but .net puts those in and adds objectvalues. Is there a way to disable that? I put Identifier values in a list but the document result in Mongodb doesn't have them. Is that a .net problem or a Mongo problem because I can see them in the C# class? Sorry to ask such simple questions but search didn't locate anything.
René Spronk (Jan 24 2022 at 18:26):
#dotnet may be the best stream to ask this type of question, that's where the .net folks tend to hang out..
Last updated: Apr 12 2022 at 19:14 UTC