Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.23 KB

readme.md

File metadata and controls

22 lines (20 loc) · 1.23 KB

Apache ZooKeeper .NET async Client

ZooKeeper logo NuGet

  • 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

####Build From Source #####Prerequisites

  1. Apache Ant.
  2. Visual Studio 2015 with Update 3.
  3. Microsoft .NET Core 1.0.0 - VS 2015 Tooling Preview 2.

#####Build Steps

  1. Run ant on the repository's root folder.
  2. Run Visual Studio and open ZooKeeperNetEx.sln from src\csharp.
  3. Build.