Fixed a bug where C# code generated from OpenAPI union types (oneOf) was missing using System; and using System.Collections.Generic; statements when ImplicitUsings is disabled. #7248
Fixed a bug where error responses including text/plain would cause binary responses to be generated as string responses #3855
Fixed a bug where TypeScript deserialization of oneOf types with inheritance would incorrectly place derived type properties in additionalProperties. #6896
Fixed a bug when an OpenAPI schema has an anyOf with a UUID array and null, Kiota generated invalid C# code #7603