minor fix #153
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
Hive.Server.Common.Application.Generator/AppMessageHandlerBinderGen.cs#L84
Use 'SymbolEqualityComparer' when comparing symbols
|
build:
Hive.Both.General/Dispatchers/DefaultDispatcher.cs#L141
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.Network.Quic/QuicCertHelper.cs#L42
'X509Certificate2.X509Certificate2(byte[])' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
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#L141
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).
|