Skip to content

Fix DSHP Bay airdrop affected by map size #458

Fix DSHP Bay airdrop affected by map size

Fix DSHP Bay airdrop affected by map size #458

Triggered via push October 2, 2023 16:38
Status Failure
Total duration 3m 45s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 errors
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/Buildings/FreeActor.cs#L83
Use expression body for lambda expression (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0053)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/SupportPowerBotModule.cs#L55
Use expression body for lambda expression (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0053)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/Squads/States/AirStates.cs#L102
Use compound assignment (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0074)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/Squads/States/AirStates.cs#L142
Use compound assignment (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0074)
Linux (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs#L279
Private member 'BaseBuilderBotModule.SetRallyPointsForNewProductionBuildings' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
Linux (.NET 6.0): engine/OpenRA.Mods.Cnc/Traits/SupportPowers/ChronoshiftPower.cs#L372
Null check can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0031)
Linux (.NET 6.0): engine/OpenRA.Mods.AS/Traits/SpawnNeighboringActors.cs#L25
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
Linux (.NET 6.0): engine/OpenRA.Mods.AS/Traits/SpawnNeighboringActors.cs#L29
Avoid unnecessary zero-length array allocations. Use Array.Empty<CVec>() instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1825)
Linux (.NET 6.0): engine/OpenRA.Mods.AS/Traits/SpawnNeighboringActors.cs#L37
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
Linux (mono)
Process completed with exit code 2.
Windows (.NET 6.0): engine/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs#L279
Private member 'BaseBuilderBotModule.SetRallyPointsForNewProductionBuildings' is unused
Windows (.NET 6.0): engine/OpenRA.Mods.AS/Warheads/TriggerLayerWeaponWarhead.cs#L20
Elements should have the same indentation
Windows (.NET 6.0): engine/OpenRA.Mods.AS/Traits/SpawnNeighboringActors.cs#L25
'new' expression can be simplified
Windows (.NET 6.0): engine/OpenRA.Mods.AS/Traits/SpawnNeighboringActors.cs#L29
Avoid unnecessary zero-length array allocations. Use Array.Empty<CVec>() instead.
Windows (.NET 6.0): engine/OpenRA.Mods.AS/Traits/SpawnNeighboringActors.cs#L37
'new' expression can be simplified
Windows (.NET 6.0): engine/OpenRA.Mods.AS/Activities/SlaveMinerMasterHarvest.cs#L24
Private member 'SlaveMinerMasterHarvest.pathFinder' can be removed as the value assigned to it is never read
Windows (.NET 6.0): engine/OpenRA.Mods.AS/Activities/SlaveMinerHarvesterHarvest.cs#L26
Private member 'SlaveMinerHarvesterHarvest.pathFinder' can be removed as the value assigned to it is never read