fix(加密): 将异常消息中的字符串改为逐字字符串 #60
Annotations
10 warnings
|
build:
GameFrameX.Foundation.Orm.Attribute/SoftDeleteAttribute.cs#L63
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
GameFrameX.Foundation.Orm.Attribute/SoftDeleteAttribute.cs#L57
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
GameFrameX.Foundation.Orm.Attribute/ReadOnlyTableAttribute.cs#L75
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
GameFrameX.Foundation.Orm.Attribute/PartitionTableAttribute.cs#L90
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
GameFrameX.Foundation.Orm.Attribute/CacheTableAttribute.cs#L63
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
GameFrameX.Foundation.Orm.Attribute/AuditTableAttribute.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
GameFrameX.Foundation.Encryption/RsaHelper.cs#L66
The variable 'ex' is declared but never used
|
|
build:
GameFrameX.Foundation.Encryption/RsaHelper.cs#L66
The variable 'ex' is declared but never used
|
|
build:
GameFrameX.Foundation.Encryption/AesHelper.cs#L177
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[], int, HashAlgorithmName)' is obsolete: 'The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.' (https://aka.ms/dotnet-warnings/SYSLIB0060)
|
|
build:
GameFrameX.Foundation.Encryption/AesHelper.cs#L84
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[], int, HashAlgorithmName)' is obsolete: 'The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.' (https://aka.ms/dotnet-warnings/SYSLIB0060)
|