microsoft / kiota-abstractions-dotnet

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

When MultipartBody is serialized the values are generated with CRLF #256

Closed MartinM85 closed 1 week ago

MartinM85 commented 1 week ago

Fix for #247

andrueastman commented 1 week ago

Any chance we can clarify things out in the issue at https://github.com/microsoft/kiota-abstractions-dotnet/issues/247 first? I believe there is a possibility that no action is needed here..

MartinM85 commented 1 week ago

@andrueastman You are right, with text/plain everything works fine in the latest version. Not sure why I was using application/x-www-form-urlencoded

andrueastman commented 1 week ago

@MartinM85 Thanks for confirming. I think we can close this one for now.

If it makes sense, the next action steps would be looking into whether we need to make a change in the application/x-www-form-urlencoded serialization writer as highlighted in https://github.com/microsoft/kiota-abstractions-dotnet/issues/247

andrueastman commented 1 week ago

Closing this one for now to follow up on #247