Skip to content

[fix] 修正ZADD不支持超大Int64整数的问题,主要原因是它转为Double时使用了科学计数法,读取解析时需要支持。fix htt… #214

[fix] 修正ZADD不支持超大Int64整数的问题,主要原因是它转为Double时使用了科学计数法,读取解析时需要支持。fix htt…

[fix] 修正ZADD不支持超大Int64整数的问题,主要原因是它转为Double时使用了科学计数法,读取解析时需要支持。fix htt… #214

Triggered via push June 29, 2025 04:40
Status Failure
Total duration 2m 58s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-publish
Process completed with exit code 1.
build-publish: NewLife.Redis/RedisSortedSet.cs#L141
Possible null reference return.
build-publish: NewLife.Redis/RedisSortedSet.cs#L129
Possible null reference argument for parameter 'key' in 'double Dictionary<T, double>.this[T key]'.
build-publish: NewLife.Redis/RedisSortedSet.cs#L122
Possible null reference return.
build-publish: NewLife.Redis/RedisStack.cs#L51
Dereference of a possibly null reference.
build-publish: NewLife.Redis/Services/RedisStat.cs#L38
Non-nullable property 'OnSave' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-publish: NewLife.Redis/Services/RedisStat.cs#L47
Dereference of a possibly null reference.
build-publish: NewLife.Redis/Services/RedisStat.cs#L46
Possible null reference assignment.
build-publish: NewLife.Redis/Services/RedisStatGroup.cs#L14
Non-nullable property 'Redis' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-publish: NewLife.Redis/RedisHash.cs#L37
Nullability of reference types in return type of 'TValue? RedisHash<TKey, TValue>.this[TKey key].get' doesn't match implicitly implemented member 'TValue IDictionary<TKey, TValue>.this[TKey key].get' (possibly because of nullability attributes).
build-publish: NewLife.Redis/Redis.cs#L812
Nullability of reference types in return type doesn't match overridden member.