Closed x0b closed 6 years ago
Enum Value LocationType.DEFAULT has the wrong case and causes log pollution with
LocationType.DEFAULT
The following value default could not be recognized as a member of the enum
Caused by case mismatch between https://github.com/microsoftgraph/msgraph-sdk-android/blob/762b81e801bd53b477c14d7023562281f52fa29f/graphsdk/src/main/java/com/microsoft/graph/extensions/LocationType.java#L26
and Graph API delivering the value as lowercase "default".
"default"
Graph SDK Version: 1.7.0
1.7.0
@x0b can you provide an example code snippet, where are you are facing this issue?
Not able to repro, hence closing this issue. Kindly reopen if you still face this issue.
Enum Value
LocationType.DEFAULT
has the wrong case and causes log pollution withCaused by case mismatch between https://github.com/microsoftgraph/msgraph-sdk-android/blob/762b81e801bd53b477c14d7023562281f52fa29f/graphsdk/src/main/java/com/microsoft/graph/extensions/LocationType.java#L26
and Graph API delivering the value as lowercase
"default"
.Graph SDK Version:
1.7.0