asyncapi / saunter

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

Use the property name selector option to determine the member name #34

Closed devlux closed 4 years ago

devlux commented 4 years ago

Use the property name selector option to determine the member name, as a fallback solution if neither the JsonPropertyAttribute nor the DataMemberAttribute are specified.

This allows to use camel casing without having to annotate every field.