Symplify.Conversion.SDK 0.0.1-preview03

This is a prerelease version of Symplify.Conversion.SDK.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Symplify.Conversion.SDK --version 0.0.1-preview03
NuGet\Install-Package Symplify.Conversion.SDK -Version 0.0.1-preview03
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="Symplify.Conversion.SDK" Version="0.0.1-preview03" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Symplify.Conversion.SDK --version 0.0.1-preview03
#r "nuget: Symplify.Conversion.SDK, 0.0.1-preview03"
#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 Symplify.Conversion.SDK as a Cake Addin
#addin nuget:?package=Symplify.Conversion.SDK&version=0.0.1-preview03&prerelease

// Install Symplify.Conversion.SDK as a Cake Tool
#tool nuget:?package=Symplify.Conversion.SDK&version=0.0.1-preview03&prerelease

Symplify Server-Side Testing SDK for C#

This is the C# implementation of the Symplify Server-Side Testing SDK.

It is a cross platform .NET Core library, to enable integration regardless of e.g. web frameworks used for building applications.

Changes

See CHANGELOG.md.

Requirements

Installing

NuGet package Coming soon...

Usage

On your application startup:

  1. Create an SDK instance.
  2. Call LoadConfig to start its config updater loop.

On each request where you want to use variations:

  1. Call findVariation, providing a CookieJar (see below)

See example usage in the project Symplify.Conversion.SDK.DemoApp (and instructions in CONTRIBUTING.md)

CookieJar

In order to assign variations stably in face of configuration changes, we need to persist the allocation for each user somehow. The SST SDK uses cookies for this (which also helps integration with the frontend js-sdk).

To be compatible with any web framework, the SDK uses an interface ICookieJar which you implement to provide reading and writing of cookies.

SDK Development

See CONTRIBUTING.md or RELEASING.md.

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
0.5.3 311 6/9/2023
0.5.2 205 3/20/2023
0.5.1 349 11/1/2022
0.5.0 315 11/1/2022
0.3.0 371 8/12/2022
0.2.0 362 6/23/2022
0.1.0 387 6/21/2022
0.0.1-preview03 121 6/17/2022