3

I'm generating client C# code using NSwag Studio. All my enum properties have this attribute applied:

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]

Is there a way to NOT have that attribute added to the generated properties?

Marques
  • 1,894
  • 2
  • 16
  • 19

0 Answers0