Skip to content

Bump BenchmarkDotNet from 0.13.7 to 0.13.8 #70

Bump BenchmarkDotNet from 0.13.7 to 0.13.8

Bump BenchmarkDotNet from 0.13.7 to 0.13.8 #70

Triggered via pull request September 11, 2023 15:25
Status Failure
Total duration 23m 15s
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: DataSynchronizer/Hive.DataSynchronizer.SourceGenerator/Helpers/NamespaceHelper.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Codecs/Hive.Codec.Abstractions/PacketDecodeResult.cs#L10
Nullability of reference types in return type of 'object? PacketDecodeResultWithId<TId>.Payload.get' doesn't match implicitly implemented member 'object IPacketDecodeResult<object>.Payload.get' (possibly because of nullability attributes).
build: Codecs/Hive.Codec.MemoryPack/MemoryPackPacketCodec.cs#L152
Possible null reference argument for parameter 'payload' in 'PacketDecodeResultWithId<ushort>.PacketDecodeResultWithId(object?[] prefixes, PacketFlags flags, ushort packetId, object payload)'.
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/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.