Skip to content

Remove isosno palette #545

Remove isosno palette

Remove isosno palette #545

Triggered via push November 19, 2023 12:24
Status Failure
Total duration 2m 23s
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/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)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/Attack/AttackBase.cs#L395
Simplify logical negation. (http://pihrt.net/roslynator/analyzer?id=RCS1068)
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/AirStates.cs#L41
Use ++ operator instead of assignment. (http://pihrt.net/roslynator/analyzer?id=RCS1089)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/SquadManagerBotModule.cs#L470
Optimize 'Add' call. (http://pihrt.net/roslynator/analyzer?id=RCS1235)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/SquadManagerBotModule.cs#L482
Merge 'if' with nested 'if'. (http://pihrt.net/roslynator/analyzer?id=RCS1061)
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)
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.