AllowDebugBuild Property
Definition
- Namespace
- Codebelt.Extensions.BenchmarkDotNet
- Assemblies
- Codebelt.Extensions.BenchmarkDotNet.dll
AllowDebugBuild
Gets or sets a value indicating whether the benchmarks should be allowed to run using a Debug build.
public bool AllowDebugBuild { get; set; }
Property Value
- bool
trueto allow Debug builds for benchmarks; otherwise,false. Default isfalse.