Azure / azure-kusto-dotnet

Azure Data Explorer (Kusto) SDK for .NET
MIT License
8 stars 5 forks source link

Support System.Text.Json #23

Closed ThiemeNL closed 11 months ago

ThiemeNL commented 11 months ago

The Microsoft.Azure.Kusto.Data library is using Newtonsoft for json serialization. Please make it configurable to choose your own serializer like they have done with cosmosdb client lib.

I would like to use System.Text.Json.

yogilad commented 11 months ago

@ThiemeNL , the inner workings of Kusto.Data is at the digression of Microsoft. If there's a specific issue with Newtonsoft you wish to raise perhaps we can address it, but an outright request for replacing a dependency is not something we can accomodate.

ThiemeNL commented 11 months ago

Hi @yogilad its just because all our json convertors are System.Text.Json based and the documentation about how the call the api yourself using a plain http post does not exists (#16) And that the source code is closed doesn't help aswell #20