Update README.md #93
Annotations
10 warnings
build:
Migrations/20190917204723_staging.cs#L5
The type name 'staging' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
Migrations/20190917204723_staging.Designer.cs#L14
The type name 'staging' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
Crypto/SecurePasswordHasherHelper.cs#L28
'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:
Crypto/SecurePasswordHasherHelper.cs#L31
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[], int)' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
|
build:
Crypto/SecurePasswordHasherHelper.cs#L92
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[], int)' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
|
build:
Models/Certificate.cs#L35
Change 'OrderItem' to be read-only by removing the property setter. (https://docs.microsoft.com/visualstudio/code-quality/ca2227-collection-properties-should-be-read-only)
|
build:
Models/Channel.cs#L17
Change 'CertificateLink' to be read-only by removing the property setter. (https://docs.microsoft.com/visualstudio/code-quality/ca2227-collection-properties-should-be-read-only)
|
build:
Models/Customer.cs#L21
Change 'Orders' to be read-only by removing the property setter. (https://docs.microsoft.com/visualstudio/code-quality/ca2227-collection-properties-should-be-read-only)
|
build:
Models/Customer.cs#L20
Change 'CertificateLink' to be read-only by removing the property setter. (https://docs.microsoft.com/visualstudio/code-quality/ca2227-collection-properties-should-be-read-only)
|
build:
Models/Order.cs#L16
Change 'OrderItems' to be read-only by removing the property setter. (https://docs.microsoft.com/visualstudio/code-quality/ca2227-collection-properties-should-be-read-only)
|