Skip to content

更新 Nuget

更新 Nuget #121

Triggered via push June 15, 2024 04:57
Status Failure
Total duration 3m 32s
Billable time 4m
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Hive.DataSync.SourceGen.Tests/Class1.cs#L59
The field 'Class1._in' is never used
build: Hive.DataSync.SourceGen.Tests/Class1.cs#L56
The field 'Class1._guidTest' is never used
build: Hive.DataSync.SourceGen.Tests/Class1.cs#L61
The field 'Class1._test' is never used
build: Hive.Network.Abstractions/Session/IAcceptor.cs#L23
The member 'IAcceptor.TryCloseAsync(CancellationToken)' does not hide an accessible member. The new keyword is not required.
build: Hive.Network.Abstractions/Session/IAcceptor.cs#L24
The member 'IAcceptor.TryDoOnceAcceptAsync(CancellationToken)' does not hide an accessible member. The new keyword is not required.
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.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).