Skip to content

修复除 kcp 以外的其他实现的bug #35

修复除 kcp 以外的其他实现的bug

修复除 kcp 以外的其他实现的bug #35

Triggered via push July 15, 2023 15:43
Status Failure
Total duration 4m 56s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Common/Hive.Common.ECS/Entity/Entity.cs#L50
Nullability of reference types in return type of 'IEntity? Entity.Parent.get' doesn't match implicitly implemented member 'IEntity IEntity.Parent.get' (possibly because of nullability attributes).
build: Common/Hive.Common.ECS/Entity/ObjectEntity.cs#L9
Nullability of reference types in return type of 'WorldEntity? ObjectEntity.WorldEntity.get' doesn't match implicitly implemented member 'WorldEntity IObjectEntity.WorldEntity.get' (possibly because of nullability attributes).
build: Common/Hive.Common.ECS/Entity/PositionalEntity.cs#L34
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: Common/Hive.Common.ECS/EntityDepthComparer.cs#L9
Nullability of reference types in type of parameter 'x' of 'int EntityDepthComparer.Compare(IEntity x, IEntity y)' doesn't match implicitly implemented member 'int IComparer<IEntity>.Compare(IEntity? x, IEntity? y)' (possibly because of nullability attributes).
build: Common/Hive.Common.ECS/EntityDepthComparer.cs#L9
Nullability of reference types in type of parameter 'y' of 'int EntityDepthComparer.Compare(IEntity x, IEntity y)' doesn't match implicitly implemented member 'int IComparer<IEntity>.Compare(IEntity? x, IEntity? y)' (possibly because of nullability attributes).
build: Common/Hive.Common.ECS/System/SystemManager.cs#L72
Dereference of a possibly null reference.
build: Common/Hive.Common.ECS/System/SystemManager.cs#L79
Possible null reference return.
build: Common/Hive.Common.ECS/Component/ComponentList.cs#L261
Nullability of reference types in value of type 'T' doesn't match target type 'T?'.
build: Common/Hive.Common.ECS/System/SystemManager.cs#L104
Dereference of a possibly null reference.
build: Common/Hive.Common.ECS/Entity/ObjectEntity.cs#L8
Non-nullable property 'Compositor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.