Modular building rework #478
Annotations
11 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 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
build:
Uchu.Core/Cache/DatabaseCache.cs#L14
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
|
build:
Uchu.Core/Cache/RedisSessionCache.cs#L18
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
|
build:
Uchu.Core/Database/Providers/UchuContextBase.cs#L49
'UchuContextBase.DisposeAsync()' hides inherited member 'DbContext.DisposeAsync()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
Uchu.Core/Cache/DatabaseCache.cs#L20
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
|
build:
Uchu.Core/Cache/RedisSessionCache.cs#L31
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
|
build:
Uchu.Core/Serializable/Struct/StructPacketParser.cs#L11
Type 'StructPacketParser' is a static holder type but is neither static nor NotInheritable
|
build:
Uchu.Core/Client/Attribute/CacheMethodAttribute.cs#L32
Do not declare visible instance fields
|
build:
Uchu.Core/UchuServer.cs#L164
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'UchuServer.GenerateCommandHelpMessage(char, Dictionary<string, CommandHandler>, GameMasterLevel)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'.
|
build:
Uchu.Core/UchuServer.cs#L470
Method HandlePacketAsync passes 'Packet is not UserPacketEnum' as the paramName argument to a ArgumentOutOfRangeException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method.
|