feat(#116): Add Directory.Build.props with shared build settings - #127
Merged
LeeCampbell merged 7 commits intoMar 1, 2026
Annotations
10 warnings
|
HdrHistogram/HistogramLogWriter.cs#L18
Member '_isDisposed' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
HdrHistogram/HistogramLogWriter.cs#L17
Member '_hasHeaderWritten' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
HdrHistogram/HistogramFactoryDelegate.cs#L18
Rename type name HistogramFactoryDelegate so that it does not end in 'Delegate' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
HdrHistogram/HistogramLogReader.cs#L272
Possible null reference return.
|
|
HdrHistogram/HistogramLogReader.cs#L269
Possible null reference return.
|
|
HdrHistogram/Iteration/AbstractHistogramEnumerator.cs#L40
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
HdrHistogram/Recorder.cs#L159
Cannot convert null literal to non-nullable reference type.
|
|
HdrHistogram/Recorder.cs#L134
Cannot convert null literal to non-nullable reference type.
|
|
HdrHistogram/HistogramBase.cs#L181
Non-nullable field '_tag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
HdrHistogram/HistogramEncoding.cs#L65
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading