feat(#119): Add support for all currently supported .NET frameworks (net9.0, net10.0) #150
Annotations
10 warnings
|
Run dotnet build -c Release --no-restore /p:Version=2.81.0-PR150:
HdrHistogram.Benchmarking/LeadingZeroCount/LeadingZeroCountBenchmarkBase.cs#L231
Remove the underscores from member name HdrHistogram.Benchmarking.LeadingZeroCount.LeadingZeroCountBenchmarkBase.BBarry_imp4() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Run dotnet build -c Release --no-restore /p:Version=2.81.0-PR150:
HdrHistogram.Benchmarking/LeadingZeroCount/LeadingZeroCountBenchmarkBase.cs#L221
Remove the underscores from member name HdrHistogram.Benchmarking.LeadingZeroCount.LeadingZeroCountBenchmarkBase.BBarry_imp3() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Run dotnet build -c Release --no-restore /p:Version=2.81.0-PR150:
HdrHistogram.Benchmarking/LeadingZeroCount/LeadingZeroCountBenchmarkBase.cs#L201
Remove the underscores from member name HdrHistogram.Benchmarking.LeadingZeroCount.LeadingZeroCountBenchmarkBase.BBarry_imp1() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Run dotnet build -c Release --no-restore /p:Version=2.81.0-PR150:
HdrHistogram.Benchmarking/LeadingZeroCount/LeadingZeroCountBenchmarkBase.cs#L42
Use the "Length" property instead of Enumerable.Count() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1829)
|
|
Run dotnet build -c Release --no-restore /p:Version=2.81.0-PR150:
HdrHistogram.Benchmarking/LeadingZeroCount/BBarry32BitIfShiftLookupWith64BitShiftBranch.cs#L79
Remove the underscores from type name HdrHistogram.Benchmarking.LeadingZeroCount.BBarry32BitIfShiftLookupWith64BitShiftBranch_3 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Run dotnet build -c Release --no-restore /p:Version=2.81.0-PR150:
HdrHistogram.Benchmarking/LeadingZeroCount/BBarry32BitIfShiftLookupWith64BitShiftBranch.cs#L46
Remove the underscores from type name HdrHistogram.Benchmarking.LeadingZeroCount.BBarry32BitIfShiftLookupWith64BitShiftBranch_2 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Run dotnet build -c Release --no-restore /p:Version=2.81.0-PR150:
HdrHistogram.Examples/Program.cs#L3
Type 'Program' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
|
Run dotnet build -c Release --no-restore /p:Version=2.81.0-PR150:
HdrHistogram.Examples/SimpleHistogramExample.cs#L24
Non-nullable field '_socket' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Run dotnet build -c Release --no-restore /p:Version=2.81.0-PR150:
HdrHistogram.Examples/RecorderExample.cs#L50
Possible null reference argument for parameter 'recorder' in 'void RecorderExample.WriteToDisk(Recorder recorder)'.
|
|
Run dotnet build -c Release --no-restore /p:Version=2.81.0-PR150:
HdrHistogram.Examples/RecorderExample.cs#L50
Converting null literal or possible null value to non-nullable type.
|
background
wait
wait-all
cancel
Loading