Nick Spaghetti
Results
1
issues of
Nick Spaghetti
Hey, I'm running into an issue with enums showing up as numbers in the swagger UI. According to the documentation I need to add `[JsonConverter(typeof(StringEnumConverter))]` to the enum file. However,...