Atualiza versão do projeto para 5.0.7 #19
Annotations
10 warnings
|
build:
Codout.Framework.Common/Security/CryptoFile.cs#L36
'DESCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
|
build:
Codout.Framework.Common/Security/CryptoFile.cs#L19
'DESCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
|
build:
Codout.Framework.Common/Security/RandomPassword.cs#L120
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
|
|
build:
Codout.Framework.Common/Helpers/StringEnumJsonConverter.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Codout.Framework.Common/Helpers/LimitedList.cs#L118
Type parameter 'T' has the same name as the type parameter from outer type 'LimitedList<T>'
|
|
build:
Codout.Framework.Common/Security/SimpleHash.cs#L102
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Codout.Framework.Common/Security/SimpleHash.cs#L78
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Codout.Framework.Common/Security/SimpleHash.cs#L52
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Codout.Framework.Common/Security/CryptoString.cs#L54
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Codout.Framework.Common/Security/CryptoString.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|