Aerospike.Client.Proxy
7.2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Aerospike.Client.Proxy --version 7.2.0
NuGet\Install-Package Aerospike.Client.Proxy -Version 7.2.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.2.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.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Aerospike.Client.Proxy, 7.2.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.2.0 // Install Aerospike.Client.Proxy as a Cake Tool #tool nuget:?package=Aerospike.Client.Proxy&version=7.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
- AerospikeClient
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 | Versions 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.
-
net6.0
- Aerospike.Client (>= 7.2.0)
- Google.Protobuf (>= 3.25.1)
- Grpc.AspNetCore (>= 2.59.0)
- Grpc.Net.Client (>= 2.59.0)
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.