Skip to content

Reaped Essence can target reaper again #530

Reaped Essence can target reaper again

Reaped Essence can target reaper again #530

Triggered via push November 13, 2023 13:17
Status Failure
Total duration 3m 21s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 errors
Linux (mono)
Process completed with exit code 2.
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Activities/Transform.cs#L130
Use coalesce expression instead of conditional expression. (http://pihrt.net/roslynator/analyzer?id=RCS1084)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/SupportPowers/SpawnActorPower.cs#L179
Use 'Count' property instead of 'Any' method. (http://pihrt.net/roslynator/analyzer?id=RCS1080)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/Crates/Crate.cs#L94
Merge 'if' with nested 'if'. (http://pihrt.net/roslynator/analyzer?id=RCS1061)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/Buildings/BuildingUtils.cs#L85
Use ^ operator. (http://pihrt.net/roslynator/analyzer?id=RCS1195)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/SquadManagerBotModule.cs#L319
Optimize 'Add' call. (http://pihrt.net/roslynator/analyzer?id=RCS1235)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/Squads/States/StateBase.cs#L319
Simplify code branching. (http://pihrt.net/roslynator/analyzer?id=RCS1218)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/Squads/States/ProtectionStates.cs#L103
Use 'Length' property instead of 'Any' method. (http://pihrt.net/roslynator/analyzer?id=RCS1080)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/Squads/States/ProtectionStates.cs#L31
Remove redundant statement. (http://pihrt.net/roslynator/analyzer?id=RCS1134)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs#L248
Use compound assignment. (http://pihrt.net/roslynator/analyzer?id=RCS1058)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs#L248
Use ++ operator instead of assignment. (http://pihrt.net/roslynator/analyzer?id=RCS1089)
Windows (.NET 6.0): engine/OpenRA.Mods.Common/Activities/Transform.cs#L130
Use coalesce expression instead of conditional expression.
Windows (.NET 6.0): engine/OpenRA.Mods.Common/Traits/SupportPowers/SpawnActorPower.cs#L179
Use 'Count' property instead of 'Any' method.