❔ Using a Custom JSON Converter on NswagStudio's Generated C# Client
Does anyone know how I can make NswagStudio use a custom json converter that I made on the generated C# client?
2 Replies
Looks like I found the solution. I added
CustomDateTimeOffsetConverter
on the nswag config file.
And I regenerated the C# client.Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.