TestServerSdk 0.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package TestServerSdk --version 0.1.2
                    
NuGet\Install-Package TestServerSdk -Version 0.1.2
                    
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="TestServerSdk" Version="0.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TestServerSdk" Version="0.1.2" />
                    
Directory.Packages.props
<PackageReference Include="TestServerSdk" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TestServerSdk --version 0.1.2
                    
#r "nuget: TestServerSdk, 0.1.2"
                    
#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.
#:package TestServerSdk@0.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TestServerSdk&version=0.1.2
                    
Install as a Cake Addin
#tool nuget:?package=TestServerSdk&version=0.1.2
                    
Install as a Cake Tool

This folder contains the .NET SDK for test-server. It provides a small runtime wrapper to start/stop the test-server binary and a helper installer that downloads and verifies the native binary. During test runtime, the SDK first checks if the test-server binary is already downloaded and verified, otherwise it downloads and verifies it.

Example of setting TestServerOptions

using TestServerSdk;

var binaryPathDir = "dir/you/want/the/binary/to/be/downloaded";
var options = new TestServerOptions
{
  ConfigPath = Path.GetFullPath("../test-server.yml"),
  RecordingDir = Path.GetFullPath("../Recordings"),
  Mode = "replay",
  BinaryPath = Path.GetFullPath(Path.Combine(binaryPathDir, "test-server"))
};
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
0.1.6 192 12/5/2025
0.1.5 1,834 10/24/2025
0.1.4 467 10/14/2025
0.1.3 714 8/22/2025
0.1.2 168 8/21/2025
0.1.1 195 8/20/2025
0.1.0 185 8/19/2025