Namespace BenchmarkDotNet.Jobs
Classes
- MonoArgument
Argument passed directly to mono when executing benchmarks (mono [options]) example: new MonoArgument("--gc=sgen")
- MsBuildArgument
Argument passed to dotnet cli when restoring and building the project example: new MsBuildArgument("/p:MyCustomSetting=123")
- NuGetReferenceList
An ordered list of NuGet references. Does not allow duplicate references with the same PackageName.