Source generator for ExperimentFramework that generates compile-time proxies for high-performance experiment execution.
$ dotnet add package ExperimentFramework.GeneratorsSource generator for ExperimentFramework that generates compile-time proxies for high-performance experiment execution.
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.
dotnet add package ExperimentFramework
dotnet add package ExperimentFramework.Generators
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.
MIT