← all tags
Jan 07, 2026·3 min read
Fixing Kiota integer properties generated as UntypedNode
How ASP.NET Core JSON number handling affects OpenAPI schemas and Kiota integer properties, and what changing to strict number handling means for existing clients.
KiotaOpenAPIASP.NET Core+2 more
Jul 17, 2025·5 min read
The Deceptive Simplicity of Polymorphism in .NET APIs
You add one more state to your polymorphic API response, and suddenly everything breaks. This is the story of a subtle bug, a frustrating debugging session, and the one line of code that fixed it all.
.NETC#JSON+2 more