Skip to content

Bump BenchmarkDotNet from 0.13.6 to 0.13.7 #54

Bump BenchmarkDotNet from 0.13.6 to 0.13.7

Bump BenchmarkDotNet from 0.13.6 to 0.13.7 #54

Triggered via pull request August 7, 2023 15:31
Status Failure
Total duration 22m 40s
Artifacts

dotnet.yml

on: pull_request
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/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.
build: Common/Hive.Common.ECS/Entity/EntityManager.cs#L87
Cannot convert null literal to non-nullable reference type.