- Supports .NET 4, 4.5 and above
- Fully Task-based Asynchronous (async/await).
- Follows the logic of the official Java client to the letter, in fact the code is almost identical.
- NuGets
- Client ZooKeeperNetEx
- Recipes ZooKeeperNetEx.Recipes
####Build From Source #####Prerequisites
- Apache Ant.
- Visual Studio 2015 with Update 3.
- Microsoft .NET Core 1.0.0 - VS 2015 Tooling Preview 2.
#####Build Steps
- Run
ant
on the repository's root folder. - Run Visual Studio and open
ZooKeeperNetEx.sln
fromsrc\csharp
. - Build.