Aerospike.Client.Proxy 7.4.0

dotnet add package Aerospike.Client.Proxy --version 7.4.0                
NuGet\Install-Package Aerospike.Client.Proxy -Version 7.4.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.4.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.4.0                
#r "nuget: Aerospike.Client.Proxy, 7.4.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.4.0

// Install Aerospike.Client.Proxy as a Cake Tool
#tool nuget:?package=Aerospike.Client.Proxy&version=7.4.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 (1)

Showing the top 1 NuGet packages that depend on Aerospike.Client.Proxy:

Package Downloads
Aerospike.Database.LINQPadDriver

Aerospike for LINQPad 7+ is a data context dynamic driver for querying and updating an Aerospike database.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.4.0 119 7/25/2024
7.3.0 102 6/14/2024
7.2.0 111 4/30/2024
7.1.0 134 3/27/2024