Skip to content

Remove unused 2D and 3D gaming primitive classes, update Simulator #137

Remove unused 2D and 3D gaming primitive classes, update Simulator

Remove unused 2D and 3D gaming primitive classes, update Simulator #137

Triggered via push July 18, 2023 13:47
Status Failure
Total duration 1m 40s
Artifacts

merge.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
nugets
Process completed with exit code 1.
nugets
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/
nugets: src/Frank.Libraries.Extensions/EnumerableExtensions.cs#L130
Possible null reference argument for parameter 'arg2' in 'TResult Func<TOuter, TInner, TResult>.Invoke(TOuter arg1, TInner arg2)'.
nugets: src/Frank.Libraries.Extensions/EnumerableExtensions.cs#L138
Possible null reference argument for parameter 'arg2' in 'TResult Func<TLeft, TRight, TResult>.Invoke(TLeft arg1, TRight arg2)'.
nugets: src/Frank.Libraries.Security/Encryption/StringEncryptionService.cs#L17
'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.'
nugets: src/Frank.Libraries.Security/Encryption/StringEncryptionService.cs#L19
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
nugets: src/Frank.Libraries.Security/Encryption/StringEncryptionService.cs#L49
'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.'
nugets: src/Frank.Libraries.Security/Encryption/StringEncryptionService.cs#L51
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
nugets: src/Frank.Libraries.Security/Encryption/StringEncryptionService.cs#L68
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
nugets: src/Frank.Libraries.Security/PasswordHashing/BasicHashing.cs#L18
Converting null literal or possible null value to non-nullable type.
nugets: src/Frank.Libraries.Security/PasswordHashing/BasicHashing.cs#L39
Possible null reference return.
nugets: src/Frank.Libraries.Security/PasswordGenerator.cs#L43
Parameter 'passwordLength' has no matching param tag in the XML comment for 'PasswordGenerator.GeneratePassword(int, params CharacterVariant[])' (but other parameters do)