Skip to content

Remove unnecessary gaming core libraries #138

Remove unnecessary gaming core libraries

Remove unnecessary gaming core libraries #138

Triggered via push August 7, 2023 15:20
Status Failure
Total duration 1m 23s
Artifacts

merge.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
nugets: src/Frank.Libraries.Tests.Benchmark/Gaming/Primitives/FaceFactoryBenchmark.cs#L2
The type or namespace name 'Gaming' does not exist in the namespace 'Frank.Libraries' (are you missing an assembly reference?)
nugets: src/Frank.Libraries.Tests.Benchmark/Gaming/Primitives/FaceFactoryBenchmark.cs#L3
The type or namespace name 'Gaming' does not exist in the namespace 'Frank.Libraries' (are you missing an assembly reference?)
nugets: src/Frank.Libraries.Tests.Benchmark/Gaming/Primitives/FaceFactoryBenchmark.cs#L12
The type or namespace name 'Polygon' could not be found (are you missing a using directive or an assembly reference?)
nugets: src/Frank.Libraries.Tests.Application/Program.cs#L3
The type or namespace name 'Core' does not exist in the namespace 'Frank.Libraries.Gaming' (are you missing an assembly reference?)
nugets: src/Frank.Libraries.Tests.Application/Program.cs#L5
The type or namespace name 'MonoEngine' does not exist in the namespace 'Frank.Libraries.Gaming.Engines' (are you missing an assembly reference?)
nugets: src/Frank.Libraries.Tests.Application/Program.cs#L7
The type or namespace name 'Rendering' does not exist in the namespace 'Frank.Libraries.Gaming' (are you missing an assembly reference?)
nugets: src/Frank.Libraries.Tests.Benchmark/Gaming/Primitives/FaceFactoryBenchmark.cs#L2
The type or namespace name 'Gaming' does not exist in the namespace 'Frank.Libraries' (are you missing an assembly reference?)
nugets: src/Frank.Libraries.Tests.Benchmark/Gaming/Primitives/FaceFactoryBenchmark.cs#L3
The type or namespace name 'Gaming' does not exist in the namespace 'Frank.Libraries' (are you missing an assembly reference?)
nugets: src/Frank.Libraries.Tests.Benchmark/Gaming/Primitives/FaceFactoryBenchmark.cs#L12
The type or namespace name 'Polygon' could not be found (are you missing a using directive or an assembly reference?)
nugets: src/Frank.Libraries.Tests.Application/Program.cs#L3
The type or namespace name 'Core' does not exist in the namespace 'Frank.Libraries.Gaming' (are you missing an assembly reference?)
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.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)
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)'.