Skip to content

Fix dotnet tool and add new docs #21

Fix dotnet tool and add new docs

Fix dotnet tool and add new docs #21

Triggered via pull request July 20, 2025 17:12
Status Success
Total duration 1m 35s
Artifacts

BitMono.GlobalTool.yaml

on: pull_request
BitMono.GlobalTool Build
48s
BitMono.GlobalTool Build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
BitMono.GlobalTool 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.GlobalTool 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.GlobalTool 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.GlobalTool 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.GlobalTool Build: src/BitMono.Runtime/Hooking.cs#L8
Dereference of a possibly null reference.
BitMono.GlobalTool Build: src/BitMono.Runtime/Hooking.cs#L7
Dereference of a possibly null reference.
BitMono.GlobalTool 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.GlobalTool 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.GlobalTool Build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
BitMono.GlobalTool Build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.