Skip to content

WIP deep dungeon auto clear modules #588

WIP deep dungeon auto clear modules

WIP deep dungeon auto clear modules #588

Triggered via pull request January 29, 2025 22:26
Status Failure
Total duration 1m 59s
Artifacts

build_pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Build: BossMod/Modules/Global/DeepDungeon/LevelData.cs#L37
Field Position is a member of type Wall which is serializable but is of type BossMod.WPos which is not serializable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2235)
Build: BossMod/Autorotation/Standard/xan/BLU/Basic.cs#L40
In member bool BLU.CanUse(AID aid), change parameter name aid to action in order to match the identifier as it has been declared in bool Basexan<AID, TraitID>.CanUse(AID action) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
Build: BossMod/Autorotation/Standard/xan/Melee/DRG.cs#L172
Local function can be made static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0062)
Build: BossMod/Modules/Endwalker/DeepDungeon/EurekaOrthos/D50ServomechanicalChimera14X.cs#L94
Test for empty strings using 'string.Length' property or 'string.IsNullOrEmpty' method instead of an Equality check (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1820)
Build: BossMod/Modules/Global/DeepDungeon/LevelData.cs#L37
Field Position is a member of type Wall which is serializable but is of type BossMod.WPos which is not serializable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2235)
Build: BossMod/Autorotation/Standard/xan/BLU/Basic.cs#L40
In member bool BLU.CanUse(AID aid), change parameter name aid to action in order to match the identifier as it has been declared in bool Basexan<AID, TraitID>.CanUse(AID action) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
Build: BossMod/Autorotation/Standard/xan/Melee/DRG.cs#L172
Local function can be made static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0062)
Build: BossMod/Modules/Endwalker/DeepDungeon/EurekaOrthos/D50ServomechanicalChimera14X.cs#L94
Test for empty strings using 'string.Length' property or 'string.IsNullOrEmpty' method instead of an Equality check (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1820)
Build
Process completed with exit code 1.