[ci/cd] net9 #172
Annotations
1 error and 10 warnings
build-publish
Process completed with exit code 1.
|
build-publish:
NewLife.Redis/RedisHash.cs#L38
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#L795
Nullability of reference types in return type doesn't match overridden member.
|
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/Services/RedisStat.cs#L46
Possible null reference assignment.
|
build-publish:
NewLife.Redis/Services/RedisStat.cs#L47
Dereference of a possibly null reference.
|
build-publish:
NewLife.Redis/RedisHash.cs#L38
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#L795
Nullability of reference types in return type doesn't match overridden member.
|
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/Services/RedisStat.cs#L46
Possible null reference assignment.
|
build-publish:
NewLife.Redis/Services/RedisStat.cs#L47
Dereference of a possibly null reference.
|