Aerospike.Client.Proxy 7.1.0

dotnet add package Aerospike.Client.Proxy --version 7.1.0
NuGet\Install-Package Aerospike.Client.Proxy -Version 7.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aerospike.Client.Proxy" Version="7.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aerospike.Client.Proxy --version 7.1.0
#r "nuget: Aerospike.Client.Proxy, 7.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aerospike.Client.Proxy as a Cake Addin
#addin nuget:?package=Aerospike.Client.Proxy&version=7.1.0

// Install Aerospike.Client.Proxy as a Cake Tool
#tool nuget:?package=Aerospike.Client.Proxy&version=7.1.0

Aerospike C# Client Package

Prerequisites

  • .NET 6+
  • [Optional]Visual Studio 2022+

Contents

  • Aerospike.sln
    Visual Studio solution for C# client. The projects are:

    • AerospikeClient
      C# client library.
    • AerospikeClientProxy C# proxy client library.
    • AerospikeTest
      C# client unit tests.
    • AerospikeBenchmarks
      C# client benchmarks command line application.
    • AerospikeDemo
      C# client examples WinForms application. Windows only.
    • AerospikeAdmin
      Aerospike user administration WinForms application. Windows only. This application is only valid for enterprise servers that are configured for user authentication.

Windows/Visual Studio Build Instructions

  • Double click on Aerospike.sln. The solution will be opened in Visual Studio.
  • Click menu Build → Configuration Manager.
  • Click desired solution configuration and platform.
  • Click Close.
  • Click Build → Build Solution

Linux/CommandLine Build Instructions

$ cd AerospikeClient
$ dotnet restore
$ dotnet build --configuration Release
$ cd ../AerospikeClientProxy
$ dotnet restore
$ dotnet build --configureation Release
$ cd ../AerospikeTest
$ dotnet restore
$ dotnet build --configuration Release
$ dotnet test --configuration Release
$ cd ../AerospikeBenchmarks
$ dotnet restore
$ dotnet build --configuration Release
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.1.0 106 3/27/2024