Symplify.Conversion.SDK
0.0.1-preview03
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
<PackageReference Include="Symplify.Conversion.SDK" Version="0.0.1-preview03" />
paket add Symplify.Conversion.SDK --version 0.0.1-preview03
#r "nuget: Symplify.Conversion.SDK, 0.0.1-preview03"
// 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
- .NET 6
Installing
NuGet package Coming soon...
Usage
On your application startup:
- Create an SDK instance.
- Call LoadConfig to start its config updater loop.
On each request where you want to use variations:
- 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 | 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. 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. |
-
net6.0
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.