Aerospike C# Client Library
$ dotnet add package Aerospike.ClientPrerequisites
Contents
Aerospike.sln
Visual Studio solution for C# client. The projects are:
Windows/Visual Studio Build Instructions
Linux/CommandLine Build Instructions
$ cd AerospikeClient
$ dotnet restore
$ dotnet build --configuration Release
$ cd ../AerospikeTest
$ dotnet restore
$ dotnet build --configuration Release
$ dotnet test --configuration Release
$ cd ../AerospikeBenchmarks
$ dotnet restore
$ dotnet build --configuration Release