Skip to content

v5.7.2024.0701

v5.7.2024.0701 #109

Triggered via push July 1, 2024 01:05
Status Success
Total duration 1m 9s
Artifacts

publish-beta.yml

on: push
build-publish
59s
build-publish
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-publish: NewLife.Redis/obj/Release/net45/NewLife.Redis.AssemblyInfo.cs#L17
The specified version string '5.7.2024.0701-beta0105' does not conform to the recommended format - major.minor.build.revision
build-publish: NewLife.Redis/obj/Release/netstandard2.0/NewLife.Redis.AssemblyInfo.cs#L17
The specified version string '5.7.2024.0701-beta0105' does not conform to the recommended format - major.minor.build.revision
build-publish: NewLife.Redis/Redis.cs#L780
Nullability of reference types in return type doesn't match overridden member.
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/Services/RedisStatGroup.cs#L14
Non-nullable property 'Redis' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-publish: NewLife.Redis/Clusters/SlaveInfo.cs#L14
Possible null reference return.
build-publish: NewLife.Redis/Clusters/SlaveInfo.cs#L38
Possible null reference return.
build-publish: NewLife.Redis/Redis.cs#L780
Nullability of reference types in return type doesn't match overridden member.
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/Clusters/SlaveInfo.cs#L14
Possible null reference return.