We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a757d commit 04e87b7Copy full SHA for 04e87b7
samples/BenchmarkDotNet.Samples/Program.cs
@@ -55,7 +55,7 @@ public static int Main(string[] args)
55
return config.AddAnalyser(DefaultConfig.Instance.GetAnalysers().ToArray())
56
.AddDiagnoser(
57
MemoryDiagnoser.Default,
58
-#if NET30_OR_GREATER
+#if NETCOREAPP3_0_OR_GREATER
59
new ThreadingDiagnoser(new ThreadingDiagnoserConfig(displayCompletedWorkItemCountWhenZero: false, displayLockContentionWhenZero: false)),
60
#endif
61
new ExceptionDiagnoser(new ExceptionDiagnoserConfig(displayExceptionsIfZeroValue: false))
0 commit comments