Skip to content

Add .NET Global Tool, might be not stable yet, bug fixes #58

Add .NET Global Tool, might be not stable yet, bug fixes

Add .NET Global Tool, might be not stable yet, bug fixes #58

Triggered via pull request March 2, 2025 12:08
Status Success
Total duration 2m 21s
Artifacts

BitMono.Obfuscation.yaml

on: pull_request
BitMono.Obfuscation Build
1m 0s
BitMono.Obfuscation Build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
BitMono.Obfuscation Build: src/BitMono.Shared/Models/CriticalAttribute.cs#L5
Non-nullable property 'Namespace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
BitMono.Obfuscation Build: src/BitMono.Shared/Models/CriticalAttribute.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
BitMono.Obfuscation Build: src/BitMono.Shared/Models/ObfuscationSettings.cs#L8
Non-nullable property 'ReferencesDirectoryName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
BitMono.Obfuscation Build: src/BitMono.Shared/Models/ObfuscationSettings.cs#L9
Non-nullable property 'OutputDirectoryName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
BitMono.Obfuscation Build: src/BitMono.Shared/Models/ProtectionSetting.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
BitMono.Obfuscation Build: src/BitMono.Runtime/Hooking.cs#L7
Dereference of a possibly null reference.
BitMono.Obfuscation Build: src/BitMono.Runtime/Hooking.cs#L8
Dereference of a possibly null reference.
BitMono.Obfuscation 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.Obfuscation 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.Obfuscation 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)