Skip to content

Update README.md

Update README.md #92

Triggered via push May 26, 2024 21:45
Status Success
Total duration 44s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

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: Program.cs#L6
Type 'Program' is a static holder type but is neither static nor NotInheritable (https://docs.microsoft.com/visualstudio/code-quality/ca1052-static-holder-types-should-be-sealed)
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#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/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)