Skip to content

[ci/cd] 多包同时发布beta版时,可能因为跨1分钟导致依赖错位,两个版本相差一分钟。而正式版几乎不会遇到这样的跨天问题。 #219

[ci/cd] 多包同时发布beta版时,可能因为跨1分钟导致依赖错位,两个版本相差一分钟。而正式版几乎不会遇到这样的跨天问题。

[ci/cd] 多包同时发布beta版时,可能因为跨1分钟导致依赖错位,两个版本相差一分钟。而正式版几乎不会遇到这样的跨天问题。 #219

Triggered via push August 5, 2025 15:33
Status Failure
Total duration 3m 27s
Artifacts

test.yml

on: push
build-publish
3m 9s
build-publish
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/Clusters/SentinelInfo.cs#L50
Possible null reference return.
build-publish: NewLife.Redis/Clusters/SentinelInfo.cs#L32
Possible null reference return.
build-publish: NewLife.Redis/Clusters/SentinelInfo.cs#L14
Possible null reference return.
build-publish: 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-publish: 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-publish: NewLife.Redis/Clusters/SlaveInfo.cs#L38
Possible null reference return.
build-publish: NewLife.Redis/Clusters/SlaveInfo.cs#L14
Possible null reference return.
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.