microsoft / kiota-dotnet

Abstractions library for the Kiota generated SDKs in dotnet
https://aka.ms/kiota/docs
MIT License
32 stars 29 forks source link

Enum serialization should not be changing casing #284

Closed baywet closed 1 month ago

baywet commented 2 months ago

https://github.com/microsoft/kiota-serialization-form-dotnet/blob/50d7a29ac768c2f3c0047d8909f12c2df623a30f/src/FormSerializationWriter.cs#L235

(x3 instances)

should be using the enum member attribute instead like here

https://github.com/microsoft/kiota-serialization-json-dotnet/blob/c9c3fe221f52d26322d6b1c8bb562444fdacb4e4/src/JsonSerializationWriter.cs#L539

andrueastman commented 2 months ago

Transferring issue as part of https://github.com/microsoft/kiota-abstractions-dotnet/issues/238