NSwag
NSwag copied to clipboard
Date fields as string if typeStyle is Interface, but interface field as Date
Hi. I use typeStyle as Interface in nswag file. And it generate DTOs fields as Date for dates. but in code it is string. I found this https://github.com/RicoSuter/NSwag/issues/980 topic.
Are there some changes now (I mean 2024 year)? Can you give me some workaround for this? I want to use interfaces.