Fix page over-release in CountRange #79
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run dotnet build -c Debug:
src/DryDB/IKeyValueStore.cs#L251
Dereference of a possibly null reference.
|
|
Run dotnet build -c Debug:
src/DryDB/IKeyValueStore.cs#L154
Dereference of a possibly null reference.
|
|
Run dotnet build -c Debug:
src/DryDB/BTree/TreeBuilder.cs#L45
Non-nullable property 'WroteValueRefs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build -c Debug:
src/DryDB/IKeyValueStore.cs#L251
Dereference of a possibly null reference.
|
|
Run dotnet build -c Debug:
src/DryDB/IKeyValueStore.cs#L154
Dereference of a possibly null reference.
|
|
Run dotnet build -c Debug:
src/DryDB/IKeyEncoding.cs#L236
The variable 'ex' is declared but never used
|
|
Run dotnet build -c Debug:
src/DryDB/IKeyEncoding.cs#L214
The variable 'ex' is declared but never used
|
|
Run dotnet build -c Debug:
src/DryDB/Internal/DuplicateComparer.cs#L9
Possible null reference argument for parameter 'y' in 'int IComparer<T>.Compare(T x, T y)'.
|
|
Run dotnet build -c Debug:
src/DryDB/Internal/DuplicateComparer.cs#L9
Possible null reference argument for parameter 'x' in 'int IComparer<T>.Compare(T x, T y)'.
|
|
Run dotnet build -c Debug:
src/DryDB/BTree/TreeBuilder.cs#L45
Non-nullable property 'WroteValueRefs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
background
wait
wait-all
cancel
parallel
Loading