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 596f4d9 commit 29d874cCopy full SHA for 29d874c
src/BenchmarkDotNet/Reports/SummaryTableExtensions.cs
@@ -6,12 +6,14 @@
6
using BenchmarkDotNet.Extensions;
7
using BenchmarkDotNet.Loggers;
8
9
+#nullable enable
10
+
11
namespace BenchmarkDotNet.Reports
12
{
13
public static class SummaryTableExtensions
14
15
[ThreadStatic]
- private static StringBuilder sharedBuffer;
16
+ private static StringBuilder? sharedBuffer;
17
18
public static void PrintCommonColumns(this SummaryTable table, ILogger logger)
19
0 commit comments