asyncapi / saunter

Saunter is a code-first AsyncAPI documentation generator for dotnet.
https://www.asyncapi.com/
MIT License
199 stars 56 forks source link

The AmqpChannelBindingIs.RoutingKey is ignoring EnumMember.Value in the serialization #83

Closed gomete closed 3 years ago

gomete commented 3 years ago

Property Is in AmqpChannelBinding when it is set to RoutingKey it is serialized as RoutingKey instead of routingKey. The attribute EnumMember is ignored by the JsonConverter JsonStringEnumConverter.

gomete commented 3 years ago

EnumMember is not supported yet in System.Text.Json, there is an open issue: https://github.com/dotnet/runtime/issues/31081

m-wild commented 3 years ago

Closed by #84