#TechForUkraine
Explore other dev related sites in this ring. If you find this idea useful click here to join.
devring.club Previous Random Next

linksfor.dev(s)

36 total entries

99% NSwag generated C# client: Open API property name clashes and decimal types rather than double | I CAN MAKE THIS WORK

NSwag is a great tool for generating client libraries in C# and TypeScript from Open API / Swagger definitions. You can face issues where Open API property names collide due to the nature of the C# language, and when you want to use decimal for your float...