feat(#141): ByteBuffer — Massive Allocation Waste on Hot Serialization Path #155
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run dotnet build -c Release --no-restore /p:Version=2.99.0-PR155:
HdrHistogram.UnitTests/Utilities/ByteBufferTests.cs#L122
Remove the underscores from member name HdrHistogram.UnitTests.Utilities.ByteBufferReadWriteTests.PutDouble_and_GetDouble_roundtrip(double) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Run dotnet build -c Release --no-restore /p:Version=2.99.0-PR155:
HdrHistogram.UnitTests/Utilities/ByteBufferTests.cs#L108
Remove the underscores from member name HdrHistogram.UnitTests.Utilities.ByteBufferReadWriteTests.PutLong_and_GetLong_roundtrip(long) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Run dotnet build -c Release --no-restore /p:Version=2.99.0-PR155:
HdrHistogram.UnitTests/Utilities/ByteBufferTests.cs#L92
Remove the underscores from member name HdrHistogram.UnitTests.Utilities.ByteBufferReadWriteTests.PutInt_at_index_and_GetInt_roundtrip(int, int) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Run dotnet build -c Release --no-restore /p:Version=2.99.0-PR155:
HdrHistogram.UnitTests/Utilities/ByteBufferTests.cs#L79
Remove the underscores from member name HdrHistogram.UnitTests.Utilities.ByteBufferReadWriteTests.PutInt_and_GetInt_roundtrip(int) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Run dotnet build -c Release --no-restore /p:Version=2.99.0-PR155:
HdrHistogram.UnitTests/MathEx.cs#L5
Either replace the suffix 'Ex' in type name MathEx with the suggested numeric alternate '2' or provide a more meaningful suffix that distinguishes it from the type it replaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
Run dotnet build -c Release --no-restore /p:Version=2.99.0-PR155:
HdrHistogram.UnitTests/HistogramIterationValueComparer.cs#L37
Nullability of reference types in type of parameter 'y' of 'int HistogramIterationValueComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
|
|
Run dotnet build -c Release --no-restore /p:Version=2.99.0-PR155:
HdrHistogram.UnitTests/HistogramIterationValueComparer.cs#L37
Nullability of reference types in type of parameter 'x' of 'int HistogramIterationValueComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
|
|
Run dotnet build -c Release --no-restore /p:Version=2.99.0-PR155:
HdrHistogram.UnitTests/HistogramIterationValueComparer.cs#L11
Nullability of reference types in type of parameter 'other' of 'int HistogramIterationValueComparer.Compare(HistogramIterationValue x, HistogramIterationValue other)' doesn't match implicitly implemented member 'int IComparer<HistogramIterationValue>.Compare(HistogramIterationValue? x, HistogramIterationValue? y)' (possibly because of nullability attributes).
|
|
Run dotnet build -c Release --no-restore /p:Version=2.99.0-PR155:
HdrHistogram.UnitTests/HistogramIterationValueComparer.cs#L11
Nullability of reference types in type of parameter 'x' of 'int HistogramIterationValueComparer.Compare(HistogramIterationValue x, HistogramIterationValue other)' doesn't match implicitly implemented member 'int IComparer<HistogramIterationValue>.Compare(HistogramIterationValue? x, HistogramIterationValue? y)' (possibly because of nullability attributes).
|
|
Run dotnet build -c Release --no-restore /p:Version=2.99.0-PR155:
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)
|
Loading