Migrate to .NET 9 #10091
Annotations
2 warnings
Build Benchmarks.sln:
src/Nethermind/Nethermind.Core/Extensions/Bytes.cs#L1151
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
|
Build Benchmarks.sln:
src/Nethermind/Nethermind.Core/Extensions/Bytes.cs#L1151
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
|
Loading