Feature/add aibot #242
Annotations
14 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/ClassicUO.Utility/MathHelper.cs#L66
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
src/ClassicUO.Renderer/Camera.cs#L189
The variable 'SMOOTHING_FACTOR' is assigned but its value is never used
|
src/ClassicUO.Client/Game/UI/Gumps/HealthBarGump.cs#L52
The using directive for 'System' appeared previously in this namespace
|
src/ClassicUO.Client/Dust765/External/JournaFiltersGump.cs#L14
'JournaFiltersGump.Parent' hides inherited member 'Control.Parent'. Use the new keyword if hiding was intended.
|
src/ClassicUO.Client/Dust765/Managers/EquipManager.cs#L138
The variable 'x' is assigned but its value is never used
|
src/ClassicUO.Client/Dust765/Managers/EquipManager.cs#L139
The variable 'y' is assigned but its value is never used
|
src/ClassicUO.Client/Dust765/Lobby/Networking/PacketHandlers.cs#L59
The variable 'blueHue' is assigned but its value is never used
|
src/ClassicUO.Client/Dust765/Dust765/CombatCollection.cs#L1159
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'Entity'
|
src/ClassicUO.Client/Dust765/Dust765/CombatCollection.cs#L1216
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'Entity'
|
src/ClassicUO.Client/Game/GameObjects/MobileAnimation.cs#L998
Unreachable code detected
|
|
|
This job succeeded
Loading