ExperimentFramework.Generators 0.22.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ExperimentFramework.Generators --version 0.22.0
                    
NuGet\Install-Package ExperimentFramework.Generators -Version 0.22.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="ExperimentFramework.Generators" Version="0.22.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ExperimentFramework.Generators" Version="0.22.0" />
                    
Directory.Packages.props
<PackageReference Include="ExperimentFramework.Generators">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 ExperimentFramework.Generators --version 0.22.0
                    
#r "nuget: ExperimentFramework.Generators, 0.22.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.
#:package ExperimentFramework.Generators@0.22.0
                    
#: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=ExperimentFramework.Generators&version=0.22.0
                    
Install as a Cake Addin
#tool nuget:?package=ExperimentFramework.Generators&version=0.22.0
                    
Install as a Cake Tool

ExperimentFramework.Generators

Source generator for ExperimentFramework that generates compile-time proxies for high-performance experiment execution.

What it does

This package contains a Roslyn source generator that automatically generates proxy classes for your experiment interfaces at compile time. These generated proxies eliminate reflection overhead and provide near-zero-cost abstraction for A/B testing and experimentation.

Installation

dotnet add package ExperimentFramework
dotnet add package ExperimentFramework.Generators

Usage

The generator runs automatically when you build your project. No additional configuration is needed beyond defining your experiments using the ExperimentFrameworkBuilder.

For complete documentation, see the ExperimentFramework GitHub repository.

Requirements

  • .NET 8.0 or later
  • C# 12 or later

License

MIT

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

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.22.1 35 3/3/2026
0.22.0 96 1/16/2026
0.21.0 89 1/15/2026
0.20.0 88 1/15/2026
0.19.0 90 1/15/2026
0.18.0 93 1/15/2026
0.17.5 91 1/13/2026
0.17.4 91 1/13/2026
0.17.3 91 1/13/2026
0.17.1 93 1/8/2026
0.16.0 93 1/5/2026
0.15.2 92 1/3/2026
0.15.1 94 1/3/2026
0.15.0 90 1/2/2026
0.13.0 91 12/30/2025
0.12.0 92 12/30/2025
0.11.0 96 12/30/2025
0.10.0 89 12/30/2025
0.8.0 89 12/28/2025
0.7.1 89 12/28/2025
Loading failed