Recent searches


No recent searches

Alexander Sorokin's Avatar

Alexander Sorokin

Joined Dec 10, 2024

·

Last activity Dec 11, 2024

Following

0

Followers

0

Total activity

2

Vote

1

Subscriptions

0

ACTIVITY OVERVIEW

Latest activity by Alexander Sorokin

Alexander Sorokin created a post,

Post Developer - Zendesk SDKs

Hello!

 

I'm getting a runtime Exception in Zendesk.MessagingCore.RestClient.Converters.FallbackToDefaultEnumConverter CanConvert method

Enum underlying type and the object must be same type or object must be a String. Type passed in was 'System.Int32'; the enum underlying type was ‘System.UInt32’

It happen because I have enum MyEnum : uint defined in my project, that can't be handled by the Enum.IsDefined method used in the converter. And, unfortunately, it is impossible to change the underlying type of my enum in this case. 

 

What should I do?

 

Posted Dec 10, 2024 · Alexander Sorokin

0

Followers

0

Votes

0

Comments