MNSRemoteAB 1.0.0
See the version list below for details.
dotnet add package MNSRemoteAB --version 1.0.0
NuGet\Install-Package MNSRemoteAB -Version 1.0.0
<PackageReference Include="MNSRemoteAB" Version="1.0.0" />
paket add MNSRemoteAB --version 1.0.0
#r "nuget: MNSRemoteAB, 1.0.0"
// Install MNSRemoteAB as a Cake Addin #addin nuget:?package=MNSRemoteAB&version=1.0.0 // Install MNSRemoteAB as a Cake Tool #tool nuget:?package=MNSRemoteAB&version=1.0.0
The A/B Testing frameworks out there give most of the responsibility to the app: they assume the app is going to know all the possible values that you are going to want to test for a specific feature. This is incredibly restrictive, since it will force you to update your app to try new values. This project encourages you to forget about the backend, giving your more control.
For example, if you were to A/B test some text on some part of your app, traditional A/B test frameworks would tell the app to choose option A, or option B. This way, the app must know before hand what those strings are. With MNSRemoteAB, you would put the string inside the configuration, so you can change them at any point.
Learn more about Target Frameworks and .NET Standard.
-
- FubarCoder.RestSharp.Portable (>= 1.6.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
First full release