[修改]1. 修改唯一ID的生成方式 #38
Annotations
50 warnings
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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, AlianBlank/publish-nuget@v1.0.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
GameFrameX.Cache.Memory/MemoryCacheService.cs#L30
Possible null reference return.
|
build:
GameFrameX.Cache.Memory/MemoryCacheService.cs#L23
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:
GameFrameX.Cache.Memory/MemoryCacheService.cs#L50
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:
GameFrameX.Cache.Memory/MemoryCacheService.cs#L92
Possible null reference return.
|
build:
GameFrameX.Cache.Memory/MemoryCacheService.cs#L7
Missing XML comment for publicly visible type or member 'MemoryCacheService'
|
build:
GameFrameX.Cache.Memory/MemoryCacheService.cs#L11
Missing XML comment for publicly visible type or member 'MemoryCacheService.SetAsync(long, ICacheState)'
|
build:
GameFrameX.Cache.Memory/MemoryCacheService.cs#L17
Missing XML comment for publicly visible type or member 'MemoryCacheService.SetAsync(string, ICacheState)'
|
build:
GameFrameX.Cache.Memory/MemoryCacheService.cs#L23
Missing XML comment for publicly visible type or member 'MemoryCacheService.GetAsync(string)'
|
build:
GameFrameX.Cache.Memory/MemoryCacheService.cs#L33
Missing XML comment for publicly visible type or member 'MemoryCacheService.TryGetAsync(string, out ICacheState)'
|
build:
GameFrameX.Cache.Memory/MemoryCacheService.cs#L44
Missing XML comment for publicly visible type or member 'MemoryCacheService.RemoveAsync(string)'
|
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:
GameFrameX.Utility/BigInteger.cs#L499
Missing XML comment for publicly visible type or member 'BigInteger.implicit operator BigInteger(int)'
|
build:
GameFrameX.Utility/BigInteger.cs#L504
Missing XML comment for publicly visible type or member 'BigInteger.implicit operator BigInteger(uint)'
|
build:
GameFrameX.Utility/BigInteger.cs#L514
Missing XML comment for publicly visible type or member 'BigInteger.operator +(BigInteger, BigInteger)'
|
build:
DataBaseServer/GameFrameX.DataBase.RDS.MySql/FreeSqlDbService.cs#L1207
Cannot convert null literal to non-nullable reference type.
|
build:
DataBaseServer/GameFrameX.DataBase.RDS.MySql/FreeSqlDbService.cs#L18
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
DataBaseServer/GameFrameX.DataBase.RDS.MySql/FreeSqlDbService.cs#L1207
Cannot convert null literal to non-nullable reference type.
|
build:
DataBaseServer/GameFrameX.DataBase.RDS.MySql/FreeSqlDbService.cs#L18
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "GameFrameX.DataBase
|
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/Player/MetricsPlayerRegister.cs#L5
Missing XML comment for publicly visible type or member 'MetricsPlayerRegister'
|
build:
GameFrameX.Core.Config/StringUtil.cs#L10
Missing XML comment for publicly visible type or member 'StringUtil.ToStr(object)'
|
build:
GameFrameX.Core.Config/StringUtil.cs#L15
Missing XML comment for publicly visible type or member 'StringUtil.ToStr(object, StringBuilder)'
|
build:
GameFrameX.Core.Config/StringUtil.cs#L30
Missing XML comment for publicly visible type or member 'StringUtil.ArrayToString<T>(T[])'
|
build:
GameFrameX.Core.Config/StringUtil.cs#L36
Missing XML comment for publicly visible type or member 'StringUtil.CollectionToString<T>(IEnumerable<T>)'
|
build:
GameFrameX.Core.Config/StringUtil.cs#L42
Missing XML comment for publicly visible type or member 'StringUtil.CollectionToString<TK, TV>(IDictionary<TK, TV>)'
|
build:
GameFrameX.Core.Config/SerializationException.cs#L4
XML comment is not placed on a valid language element
|
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "GameFrameX.DataBase
|
build:
GameFrameX.Core.Config/StringUtil.cs#L10
Missing XML comment for publicly visible type or member 'StringUtil.ToStr(object)'
|
build:
GameFrameX.Core.Config/StringUtil.cs#L15
Missing XML comment for publicly visible type or member 'StringUtil.ToStr(object, StringBuilder)'
|
build:
GameFrameX.Core.Config/StringUtil.cs#L30
Missing XML comment for publicly visible type or member 'StringUtil.ArrayToString<T>(T[])'
|
build:
GameFrameX.Core.Config/StringUtil.cs#L36
Missing XML comment for publicly visible type or member 'StringUtil.CollectionToString<T>(IEnumerable<T>)'
|
build:
GameFrameX.Core.Config/StringUtil.cs#L42
Missing XML comment for publicly visible type or member 'StringUtil.CollectionToString<TK, TV>(IDictionary<TK, TV>)'
|
build:
GameFrameX.Core.Config/SerializationException.cs#L4
XML comment is not placed on a valid language element
|
build:
GameFrameX.Core.Config/StringUtil.cs#L10
Missing XML comment for publicly visible type or member 'StringUtil.ToStr(object)'
|
build:
GameFrameX.Core.Config/StringUtil.cs#L15
Missing XML comment for publicly visible type or member 'StringUtil.ToStr(object, StringBuilder)'
|
build:
GameFrameX.Core.Config/StringUtil.cs#L30
Missing XML comment for publicly visible type or member 'StringUtil.ArrayToString<T>(T[])'
|
build:
GameFrameX.Core.Config/StringUtil.cs#L36
Missing XML comment for publicly visible type or member 'StringUtil.CollectionToString<T>(IEnumerable<T>)'
|
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'
|