You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using System.Text.Json as the serialization option in .NET 9, nswag is still marking up enums with System.Runtime.Serialization.EnumMember which is ignored
When using System.Text.Json as the serialization option in .NET 9, nswag is still marking up enums with System.Runtime.Serialization.EnumMember which is ignored
So this
Should be,
I noticed this for the controller generation but I am guessing it is the same for the client also.
Was going to have a go at doing this myself but cannot find the liquid file where the enum is emitted - can anyone point me in right direction ?
The text was updated successfully, but these errors were encountered: