asyncapi / saunter

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

Cannot generate description in json based on remarks #166

Open dumitrascu626 opened 1 year ago

dumitrascu626 commented 1 year ago

HI! I have a Class<T> and have remarks on both Class and T. The generated json has Description for T properties, but not for Class properties. document.Components.Schemas["classOfT"].ActualProperties["ClassProperty"].Description = null document.Components.Schemas["T"].ActualProperties["TProperty"].Description = "someDescription" Any idea what should I use?@tehmantra