Andrew Omondi
Andrew Omondi
Thanks for raising this @fuzemeister, Any chance you can share the SDK version you are using to make the request?
@liebichw We've made some improments here related to the changes at https://github.com/microsoft/kiota-http-dotnet/issues/258 However, I still issues related to the Identity library which we do not own. Any chance you were...
Closing this for now. Using HttpClientFactory with Kiota based clients is documented at https://learn.microsoft.com/en-us/openapi/kiota/tutorials/dotnet-dependency-injection and `TargetFrameworks` are no longer mandatory to be installed to run the project.
Thanks for the contribution here @Irame If this is still relevant, please re-open the PR at the repo belows where the sources have been migrated to. https://github.com/microsoft/kiota-dotnet
Should all the sync overloads be marked obsolete? I notice in System.Text.Json for example, the sync overloads are not obsolete. Maybe this should be limited to the overloads taking in...
@MihaMarkic I agree. At the end of the day we end working on a stream. So let's make them all obsolete.
Closing this one for now as this was resolved via https://github.com/microsoft/kiota-dotnet/pull/225/
Hey @baywet, From my perspective, this is more about consistency/alignment across languages which we can look into taking care of in the next breaking change of the library. Furthermore, in...
Closing this for now as this was completed in https://github.com/microsoft/kiota/pull/4895
Thanks for raising this @hognevevle The function takes 3 parameters ideally including a `serializeFunction`. https://github.com/microsoft/kiota-typescript/blob/16a68d0811c28a1028ca618dc63e2d3dcedc6a04/packages/serialization/json/src/jsonSerializationWriter.ts#L115 Any chance you can share a full sample that replicates the scenario to help understand...