Upgrade Nuget #123
Annotations
11 warnings
The following actions use a deprecated Node.js version 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/
|
Build:
NewLife.Redis/obj/Release/net45/NewLife.Redis.AssemblyInfo.cs#L17
The specified version string '6.0.2024.1007-beta0814' does not conform to the recommended format - major.minor.build.revision
|
Build:
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:
NewLife.Redis/Redis.cs#L795
Nullability of reference types in return type doesn't match overridden member.
|
Build:
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:
NewLife.Redis/Clusters/SlaveInfo.cs#L14
Possible null reference return.
|
Build:
NewLife.Redis/Clusters/SlaveInfo.cs#L38
Possible null reference return.
|
Build:
NewLife.Redis/Clusters/SlaveInfo.cs#L8
Non-nullable property 'IP' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
NewLife.Redis/Clusters/SlaveInfo.cs#L17
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
NewLife.Redis/Clusters/SentinelInfo.cs#L14
Possible null reference return.
|
Build:
NewLife.Redis/Clusters/SentinelInfo.cs#L32
Possible null reference return.
|
Loading