[修改]1. 修改版本识别路径 #8
Annotations
50 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, AlianBlank/publish-nuget@v1.0.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
DataBaseServer/GameFrameX.DBServer.NoSql/NoSqlHelper.cs#L7
Non-nullable field 'noSqlHelper' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
DataBaseServer/GameFrameX.DBServer.NoSql/INoSqlHelper.cs#L3
Missing XML comment for publicly visible type or member 'INoSqlHelper'
|
DataBaseServer/GameFrameX.DBServer.NoSql/NoSqlHelper.cs#L5
Missing XML comment for publicly visible type or member 'NoSqlHelper'
|
DataBaseServer/GameFrameX.DBServer.NoSql/NoSqlHelper.cs#L9
Missing XML comment for publicly visible type or member 'NoSqlHelper.SetNoSqlHelper(INoSqlHelper)'
|
DataBaseServer/GameFrameX.DBServer.NoSql/NoSqlHelper.cs#L7
Non-nullable field 'noSqlHelper' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
DataBaseServer/GameFrameX.DBServer.NoSql/INoSqlHelper.cs#L3
Missing XML comment for publicly visible type or member 'INoSqlHelper'
|
DataBaseServer/GameFrameX.DBServer.NoSql/NoSqlHelper.cs#L5
Missing XML comment for publicly visible type or member 'NoSqlHelper'
|
DataBaseServer/GameFrameX.DBServer.NoSql/NoSqlHelper.cs#L9
Missing XML comment for publicly visible type or member 'NoSqlHelper.SetNoSqlHelper(INoSqlHelper)'
|
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.
|
GameFrameX.NetWork/IMessageDecoderHandler.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
GameFrameX.NetWork/RpcSession.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
GameFrameX.NetWork/BaseNetWorkChannel.cs#L9
Missing XML comment for publicly visible type or member 'BaseNetWorkChannel'
|
GameFrameX.NetWork/BaseNetWorkChannel.cs#L11
Missing XML comment for publicly visible type or member 'BaseNetWorkChannel.CloseSrc'
|
GameFrameX.NetWork/BaseNetWorkChannel.cs#L15
Missing XML comment for publicly visible type or member 'BaseNetWorkChannel.AppSession'
|
GameFrameX.NetWork/BaseNetWorkChannel.cs#L16
Missing XML comment for publicly visible type or member 'BaseNetWorkChannel.RpcSession'
|
GameFrameX.NetWork/BaseNetWorkChannel.cs#L19
Missing XML comment for publicly visible type or member 'BaseNetWorkChannel.IsWebSocket'
|
GameFrameX.NetWork/BaseNetWorkChannel.cs#L21
Missing XML comment for publicly visible type or member 'BaseNetWorkChannel.BaseNetWorkChannel(IGameAppSession, IMessageEncoderHandler, IRpcSession, bool)'
|
GameFrameX.NetWork/BaseNetWorkChannel.cs#L62
Missing XML comment for publicly visible type or member 'BaseNetWorkChannel.Close()'
|
GameFrameX.Setting/GlobalSettings.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
GameFrameX.Setting/GlobalSettings.cs#L90
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
GameFrameX.Setting/GlobalSettings.cs#L90
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
GameFrameX.Utility/BigInteger.cs#L147
Missing XML comment for publicly visible type or member 'BigInteger.primesBelow2000'
|
GameFrameX.Utility/BigInteger.cs#L311
Missing XML comment for publicly visible type or member 'BigInteger.BigInteger(string, int)'
|
GameFrameX.Utility/BigInteger.cs#L383
Missing XML comment for publicly visible type or member 'BigInteger.BigInteger(byte[])'
|
GameFrameX.Utility/BigInteger.cs#L423
Missing XML comment for publicly visible type or member 'BigInteger.BigInteger(byte[], int)'
|
GameFrameX.Utility/BigInteger.cs#L465
Missing XML comment for publicly visible type or member 'BigInteger.BigInteger(uint[])'
|
GameFrameX.Utility/BigInteger.cs#L489
Missing XML comment for publicly visible type or member 'BigInteger.implicit operator BigInteger(long)'
|
GameFrameX.Utility/BigInteger.cs#L494
Missing XML comment for publicly visible type or member 'BigInteger.implicit operator BigInteger(ulong)'
|
DataBaseServer/GameFrameX.DBServer/DbService/MongoDB/MongoDBExtensions.cs#L14
Cannot convert null literal to non-nullable reference type.
|
DataBaseServer/GameFrameX.DBServer/GameDB.cs#L143
Cannot convert null literal to non-nullable reference type.
|
DataBaseServer/GameFrameX.DBServer/IGameDbService.cs#L30
Cannot convert null literal to non-nullable reference type.
|
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)'.
|
DataBaseServer/GameFrameX.DBServer/DbService/MongoDB/MongoDbService.cs#L65
Cannot convert null literal to non-nullable reference type.
|
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.
|
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.
|
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.
|
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.
|
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.
|
GameFrameX.Monitor/Account/MetricsAccountRegister.cs#L5
Missing XML comment for publicly visible type or member 'MetricsAccountRegister'
|
GameFrameX.Setting/GlobalSettings.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
GameFrameX.Setting/GlobalSettings.cs#L90
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
GameFrameX.Setting/GlobalSettings.cs#L90
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
GameFrameX.Monitor/DataBase/MetricsDataBaseRegister.cs#L5
Missing XML comment for publicly visible type or member 'MetricsDataBaseRegister'
|
GameFrameX.Monitor/Discovery/MetricsDiscoveryRegister.cs#L5
Missing XML comment for publicly visible type or member 'MetricsDiscoveryRegister'
|
GameFrameX.Monitor/MetricsHelper.cs#L6
Missing XML comment for publicly visible type or member 'MetricsHelper'
|
GameFrameX.Monitor/MetricsHelper.cs#L10
Missing XML comment for publicly visible type or member 'MetricsHelper.Stop()'
|
GameFrameX.Monitor/Player/MetricsPlayerRegister.cs#L5
Missing XML comment for publicly visible type or member 'MetricsPlayerRegister'
|
GameFrameX.ProtoBuf.Net/IProtoInputT.cs#L11
Possible null reference assignment.
|
This job succeeded
Loading