Búsquedas recientes


No hay búsquedas recientes

Alexander Sorokin's Avatar

Alexander Sorokin

Incorporación 10 dic 2024

·

Última actividad 11 dic 2024

Seguimientos

0

Seguidores

0

Actividad total

2

Voto

1

Suscripciones

0

RESUMEN DE LA ACTIVIDAD

Última actividad de Alexander Sorokin

Alexander Sorokin creó una publicación,

Publicación 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?

 

Publicado 10 dic 2024 · Alexander Sorokin

0

Seguidores

0

Votos

0

Comentarios