Skip to content

[修改]1. 修改版本识别路径 #7

[修改]1. 修改版本识别路径

[修改]1. 修改版本识别路径 #7

Triggered via push July 4, 2024 03:45
Status Failure
Total duration 1m 32s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 49 warnings
build
😭 version file not found
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, AlianBlank/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: SuperSocket/SuperSocket.WebSocket.Server/WebSocketSession.cs#L52
'WebSocketSession.SendAsync(ReadOnlyMemory<byte>, CancellationToken)' hides inherited member 'AppSession.SendAsync(ReadOnlyMemory<byte>, CancellationToken)'. Use the new keyword if hiding was intended.
build: GameFrameX.NetWork/RpcSession.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: GameFrameX.NetWork/IMessageDecoderHandler.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: GameFrameX.NetWork/BaseNetWorkChannel.cs#L9
Missing XML comment for publicly visible type or member 'BaseNetWorkChannel'
build: GameFrameX.NetWork/BaseNetWorkChannel.cs#L11
Missing XML comment for publicly visible type or member 'BaseNetWorkChannel.CloseSrc'
build: GameFrameX.NetWork/BaseNetWorkChannel.cs#L15
Missing XML comment for publicly visible type or member 'BaseNetWorkChannel.AppSession'
build: GameFrameX.NetWork/BaseNetWorkChannel.cs#L16
Missing XML comment for publicly visible type or member 'BaseNetWorkChannel.RpcSession'
build: GameFrameX.NetWork/BaseNetWorkChannel.cs#L19
Missing XML comment for publicly visible type or member 'BaseNetWorkChannel.IsWebSocket'
build: GameFrameX.NetWork/BaseNetWorkChannel.cs#L21
Missing XML comment for publicly visible type or member 'BaseNetWorkChannel.BaseNetWorkChannel(IGameAppSession, IMessageEncoderHandler, IRpcSession, bool)'
build: GameFrameX.NetWork/BaseNetWorkChannel.cs#L62
Missing XML comment for publicly visible type or member 'BaseNetWorkChannel.Close()'
build: GameFrameX.Setting/GlobalSettings.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: GameFrameX.Setting/GlobalSettings.cs#L90
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: GameFrameX.Setting/GlobalSettings.cs#L90
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: GameFrameX.Utility/BigInteger.cs#L147
Missing XML comment for publicly visible type or member 'BigInteger.primesBelow2000'
build: GameFrameX.Utility/BigInteger.cs#L311
Missing XML comment for publicly visible type or member 'BigInteger.BigInteger(string, int)'
build: GameFrameX.Utility/BigInteger.cs#L383
Missing XML comment for publicly visible type or member 'BigInteger.BigInteger(byte[])'
build: GameFrameX.Utility/BigInteger.cs#L423
Missing XML comment for publicly visible type or member 'BigInteger.BigInteger(byte[], int)'
build: GameFrameX.Utility/BigInteger.cs#L465
Missing XML comment for publicly visible type or member 'BigInteger.BigInteger(uint[])'
build: GameFrameX.Utility/BigInteger.cs#L489
Missing XML comment for publicly visible type or member 'BigInteger.implicit operator BigInteger(long)'
build: GameFrameX.Utility/BigInteger.cs#L494
Missing XML comment for publicly visible type or member 'BigInteger.implicit operator BigInteger(ulong)'
build: DataBaseServer/GameFrameX.DBServer/DbService/MongoDB/MongoDBExtensions.cs#L14
Cannot convert null literal to non-nullable reference type.
build: DataBaseServer/GameFrameX.DBServer/GameDB.cs#L143
Cannot convert null literal to non-nullable reference type.
build: DataBaseServer/GameFrameX.DBServer/IGameDbService.cs#L30
Cannot convert null literal to non-nullable reference type.
build: DataBaseServer/GameFrameX.DBServer/DbService/MongoDB/MongoDbService.cs#L129
Nullability of reference types in return type of 'Task<TState> MongoDbService.FindAsync<TState>(Expression<Func<TState, bool>> filter)' doesn't match implicitly implemented member 'Task<TState?> IGameDbService.FindAsync<TState>(Expression<Func<TState, bool>> filter)'.
build: DataBaseServer/GameFrameX.DBServer/DbService/MongoDB/MongoDbService.cs#L65
Cannot convert null literal to non-nullable reference type.
build: DataBaseServer/GameFrameX.DBServer/DbService/MongoDB/MongoState.cs#L18
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataBaseServer/GameFrameX.DBServer/DbService/MongoDB/MongoState.cs#L28
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataBaseServer/GameFrameX.DBServer/DbService/MongoDB/MongoDbService.cs#L30
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: DataBaseServer/GameFrameX.DBServer/GameDB.cs#L11
Non-nullable field '_dbServiceImpler' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DataBaseServer/GameFrameX.DBServer/State/SaveTimestamp.cs#L16
Non-nullable property 'StateName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GameFrameX.Setting/GlobalSettings.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: GameFrameX.Setting/GlobalSettings.cs#L90
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: GameFrameX.Setting/GlobalSettings.cs#L90
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: GameFrameX.Monitor/Account/MetricsAccountRegister.cs#L5
Missing XML comment for publicly visible type or member 'MetricsAccountRegister'
build: GameFrameX.Monitor/DataBase/MetricsDataBaseRegister.cs#L5
Missing XML comment for publicly visible type or member 'MetricsDataBaseRegister'
build: GameFrameX.Monitor/Discovery/MetricsDiscoveryRegister.cs#L5
Missing XML comment for publicly visible type or member 'MetricsDiscoveryRegister'
build: GameFrameX.Monitor/MetricsHelper.cs#L6
Missing XML comment for publicly visible type or member 'MetricsHelper'
build: GameFrameX.Monitor/MetricsHelper.cs#L10
Missing XML comment for publicly visible type or member 'MetricsHelper.Stop()'
build: GameFrameX.Monitor/Player/MetricsPlayerRegister.cs#L5
Missing XML comment for publicly visible type or member 'MetricsPlayerRegister'
build: GameFrameX.ProtoBuf.Net/IProtoInputT.cs#L11
Possible null reference assignment.
build: GameFrameX.Monitor/Account/MetricsAccountRegister.cs#L5
Missing XML comment for publicly visible type or member 'MetricsAccountRegister'
build: GameFrameX.Monitor/DataBase/MetricsDataBaseRegister.cs#L5
Missing XML comment for publicly visible type or member 'MetricsDataBaseRegister'
build: GameFrameX.Monitor/Discovery/MetricsDiscoveryRegister.cs#L5
Missing XML comment for publicly visible type or member 'MetricsDiscoveryRegister'
build: GameFrameX.Monitor/MetricsHelper.cs#L6
Missing XML comment for publicly visible type or member 'MetricsHelper'
build: GameFrameX.Monitor/MetricsHelper.cs#L10
Missing XML comment for publicly visible type or member 'MetricsHelper.Stop()'
build: GameFrameX.Monitor/Player/MetricsPlayerRegister.cs#L5
Missing XML comment for publicly visible type or member 'MetricsPlayerRegister'
build: GameFrameX.Monitor/Account/MetricsAccountRegister.cs#L5
Missing XML comment for publicly visible type or member 'MetricsAccountRegister'