Open
Description
I am trying to post objects that contain properties that represent latitude and longitude values (e.g. -41.4627604 and 148.2557419). They are both declared as doubles.
These are posted successfully using the SDK but the values in the graph service are later returned as null.
If I debug the code, I can see that the values for latitude an longitude are populated correctly and there is no error when calling client.SaveContentAsync(). Other string properties on the same object are persisted successfully to the graph service... it's only the latitude and longitude (double) values that are lost.
Is this an issue with the SDK? Any other ideas?
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels