Skip to content

Bump NUnit from 4.1.0 to 4.2.2 #136

Bump NUnit from 4.1.0 to 4.2.2

Bump NUnit from 4.1.0 to 4.2.2 #136

Triggered via pull request September 2, 2024 15:46
Status Failure
Total duration 2m 31s
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 use a deprecated Node.js version 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.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.Codec.MemoryPack/MemoryPackPacketCodec.cs#L18
Dereference of a possibly null reference.
build: Hive.DataSync.SourceGen.Tests/Class1.cs#L59
The field 'Class1._in' is never used
build: Hive.DataSync.SourceGen.Tests/Class1.cs#L61
The field 'Class1._test' is never used
build: Hive.DataSync.SourceGen.Tests/Class1.cs#L56
The field 'Class1._guidTest' is never used
build: Hive.Both.General/Dispatchers/DefaultDispatcher.cs#L144
The variable 'e' is declared but never used
build: Hive.Network.Quic/QuicAcceptor.cs#L86
Nullability of reference types in type of parameter 'sender' of 'void QuicAcceptor.OnQuicError(object sender, QuicError e)' doesn't match the target delegate 'EventHandler<QuicError>' (possibly because of nullability attributes).
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).