Skip to content

Bump BenchmarkDotNet from 0.13.12 to 0.14.0 #128

Bump BenchmarkDotNet from 0.13.12 to 0.14.0

Bump BenchmarkDotNet from 0.13.12 to 0.14.0 #128

Triggered via pull request August 12, 2024 15:25
Status Failure
Total duration 3m 53s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Hive.Server.Common.Application.Generator/AppMessageHandlerBinderGen.cs#L56
Use 'SymbolEqualityComparer' when comparing symbols
build: Hive.Codec.MemoryPack/MemoryPackPacketCodec.cs#L18
Dereference of a possibly null reference.
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#L144
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).