Skip to content

Update README.md

Update README.md #161

Triggered via push March 4, 2025 01:01
Status Failure
Total duration 3m 43s
Artifacts

dotnet.yml

on: push

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Hive.Server.Common.Application.Generator/AppMessageHandlerBinderGen.cs#L84
Use 'SymbolEqualityComparer' when comparing symbols
build: Hive.Server.Actor/ActorSystem.cs#L5
Cannot convert null literal to non-nullable reference type.
build: Hive.Server.Actor/ActorSystem.cs#L7
Possible null reference return.
build: Hive.Both.General/Dispatchers/DefaultDispatcher.cs#L142
The variable 'e' is declared but never used
build: Hive.Common.ECS/EntityDepthComparer.cs#L8
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: Hive.Common.ECS/EntityDepthComparer.cs#L8
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: Hive.Common.ECS/Entity/Entity.cs#L38
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: Hive.Common.ECS/Entity/ObjectEntity.cs#L8
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: Hive.Common.ECS/Entity/PositionalEntity.cs#L34
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: Hive.Common.ECS/Entity/Entity.cs#L17
Non-nullable field 'parent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.