Hi, can you tell me where the latest Dgraph.net version can be found?
In the README on nuget-org it says that version 23.0.0 should be used for Dgraph 23, but the only available Dgraph-net version is 21.3.1.2. (I am running the latest Dgraph Docker container, with Dgraph 25).
Hi Lars, I’ve seen your request on NuGet too.
.net client is behind and would require some attention. We don’t have resources working on it for now but we will check if there is a reason for the latest version (21.3.1.2) for not working with v25. If it is confirmed that is is not compatible we should have a github issues and see if some community member could help with that. I’ll let you know our findings…
Hi @larlin, I was able to build the current .NET client and run its tests against a v25 cluster.
Note that the gRPC api spec in the current client is a bit behind, so some of the functions present in v25 won’t be available. But really there’s not much new in the v25 API.
We’ll create an Issue to update the this repo as soon as resources allow. But in the meantime, you should be able to use this against a v25 cluster.
Thankyou for your helpful quick replies!
Yes, I can connect to Dgraph V25, after building the Dgraph.Net-code.
(a lot of new topics for me to pick up in the grapDB-domain, but very interesting:))