kiota-typescript icon indicating copy to clipboard operation
kiota-typescript copied to clipboard

Add support for x-ms-client-name extension

Open GunboatDiplomat opened this issue 1 month ago • 0 comments

There is currently no way to control the casing of properties in the generated model. For example, when using a C# Dictionary with enum keys on the backend, I need the generated model to preserve the original enum string casing used during serialization.

GunboatDiplomat avatar Nov 18 '25 17:11 GunboatDiplomat