Skip to content

尝试修改udp实现 #33

尝试修改udp实现

尝试修改udp实现 #33

Triggered via push July 14, 2023 08:31
Status Failure
Total duration 4m 31s
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.Networking.Shared/AbstractSession.cs#L35
Nullability of reference types in return type of 'IPEndPoint? AbstractSession<TId, TSession>.RemoteEndPoint.get' doesn't match implicitly implemented member 'IPEndPoint ISession<TSession>.RemoteEndPoint.get' (possibly because of nullability attributes).
build: Common/Hive.Common.Networking.Shared/Helpers/TaskHelper.cs#L121
The variable 'e' is declared but never used
build: Common/Hive.Common.Networking.Shared/Helpers/TaskHelper.cs#L133
The variable 'e' is declared but never used
build: Common/Hive.Common.Networking.Shared/AbstractGatewayServer.cs#L37
Non-nullable event 'OnLoadBalancerInitialized' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
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.