修正RedisCache分布式缓存设置前缀无效的BUG,并添加单元测试 #110
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
NewLife.Redis/obj/Release/net45/NewLife.Redis.AssemblyInfo.cs#L17
The specified version string '5.7.2024.0708-beta1622' does not conform to the recommended format - major.minor.build.revision
|
NewLife.Redis/obj/Release/net461/NewLife.Redis.AssemblyInfo.cs#L17
The specified version string '5.7.2024.0708-beta1622' does not conform to the recommended format - major.minor.build.revision
|
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).
|
NewLife.Redis/Redis.cs#L780
Nullability of reference types in return type doesn't match overridden member.
|
NewLife.Redis/Services/RedisStatGroup.cs#L14
Non-nullable property 'Redis' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NewLife.Redis/Services/RedisStat.cs#L46
Possible null reference assignment.
|
NewLife.Redis/Services/RedisStat.cs#L47
Dereference of a possibly null reference.
|
NewLife.Redis/Services/RedisStat.cs#L38
Non-nullable property 'OnSave' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NewLife.Redis/Services/RedisStat.cs#L96
Dereference of a possibly null reference.
|
NewLife.Redis/RedisStack.cs#L35
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
|
This job succeeded
Loading