Skip to content

BitMono.Protections #36

BitMono.Protections

BitMono.Protections #36

Triggered via create August 25, 2024 09:58
Status Success
Total duration 53s
Artifacts
BitMono.Protections Build
41s
BitMono.Protections Build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
BitMono.Protections Build: src/BitMono.Runtime/Hooking.cs#L7
Dereference of a possibly null reference.
BitMono.Protections Build: src/BitMono.Runtime/Hooking.cs#L7
Dereference of a possibly null reference.
BitMono.Protections Build: src/BitMono.Runtime/Hooking.cs#L8
Dereference of a possibly null reference.
BitMono.Protections Build: src/BitMono.Runtime/Encryptor.cs#L11
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
BitMono.Protections Build: src/BitMono.Runtime/Decryptor.cs#L10
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
BitMono.Protections Build: src/BitMono.Runtime/Hooking.cs#L8
Dereference of a possibly null reference.
BitMono.Protections Build: src/BitMono.Runtime/Encryptor.cs#L11
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
BitMono.Protections Build: src/BitMono.Runtime/Encryptor.cs#L15
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(byte[], 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)
BitMono.Protections Build: src/BitMono.Runtime/Decryptor.cs#L10
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
BitMono.Protections Build: src/BitMono.Runtime/Decryptor.cs#L14
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(byte[], 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)