Skip to content

Lint warning fixes and related bug fixes. #56

Lint warning fixes and related bug fixes.

Lint warning fixes and related bug fixes. #56

Triggered via push August 8, 2024 15:09
Status Failure
Total duration 9m 22s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 20 warnings
Linux (.NET 6.0)
Process completed with exit code 2.
Windows (.NET 6.0): engine/OpenRA.Mods.Common/AIUtils.cs#L37
A line is too long (168 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Windows (.NET 6.0): engine/OpenRA.Mods.Common/Orders/RepairOrderGenerator.cs#L66
A line is too long (168 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Windows (.NET 6.0): engine/OpenRA.Mods.Common/Projectiles/Missile.cs#L900
A line is too long (165 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Windows (.NET 6.0): engine/OpenRA.Mods.Common/TraitsInterfacesExternal.cs#L42
A line is too long (162 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Windows (.NET 6.0): engine/OpenRA.Mods.Common/Traits/Armament.cs#L390
A line is too long (170 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Windows (.NET 6.0): engine/OpenRA.Mods.Common/Traits/Attack/AttackFollow.cs#L366
A line is too long (164 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Windows (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/BotModuleLogic/BaseBuilderQueueManager.cs#L227
A line is too long (179 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Windows (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/SquadManagerBotModule.cs#L240
A line is too long (186 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Windows (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/SquadManagerBotModule.cs#L431
A line is too long (161 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Windows (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/Squads/States/AirStates.cs#L112
A line is too long (205 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Windows (.NET 6.0)
Process completed with exit code 1.
Linux (mono)
Process completed with exit code 2.
Linux (.NET 6.0): engine/OpenRA.Mods.Common/AIUtils.cs#L37
A line is too long (168 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Orders/RepairOrderGenerator.cs#L66
A line is too long (168 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Projectiles/Missile.cs#L900
A line is too long (165 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/Armament.cs#L390
A line is too long (170 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/Attack/AttackFollow.cs#L366
A line is too long (164 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/BotModuleLogic/BaseBuilderQueueManager.cs#L227
A line is too long (179 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/SquadManagerBotModule.cs#L240
A line is too long (186 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/SquadManagerBotModule.cs#L431
A line is too long (161 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/Squads/States/AirStates.cs#L112
A line is too long (205 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/Squads/States/GroundStates.cs#L269
A line is too long (176 characters). (http://pihrt.net/roslynator/analyzer?id=RCS0056)
Windows (.NET 6.0): OpenRA.Mods.RA2/Widgets/PowerMeterWidget.cs#L191
Cast is redundant. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0004)
Windows (.NET 6.0): OpenRA.Mods.RA2/Widgets/PowerMeterWidget.cs#L192
Cast is redundant. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0004)
Windows (.NET 6.0): OpenRA.Mods.RA2/Activities/InfectRV.cs#L129
Remove redundant equality (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0100)
Windows (.NET 6.0): OpenRA.Mods.RA2/FileSystem/BagFile.cs#L73
Parentheses can be removed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0047)
Windows (.NET 6.0): OpenRA.Mods.RA2/Activities/BallisticMissileFlyOld.cs#L52
Parentheses can be removed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0047)
Windows (.NET 6.0): OpenRA.Mods.RA2/FileSystem/BagFile.cs#L74
Parentheses can be removed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0047)
Windows (.NET 6.0): OpenRA.Mods.RA2/Traits/Render/WithMirageSpriteBody.cs#L23
Type 'WithMirageSpriteBody' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
Windows (.NET 6.0): OpenRA.Mods.RA2/Traits/InfectorOld.cs#L146
Type 'InfectionOrderTargeter' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
Windows (.NET 6.0): OpenRA.Mods.RA2/Traits/Mirage.cs#L29
Type 'MirageTooltip' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
Windows (.NET 6.0): OpenRA.Mods.RA2/UtilityCommands/ImportRA2MapCommand.cs#L20
Type 'ImportRA2MapCommand' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)