Fix DSHP Bay airdrop affected by map size #458
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: push
Linux (.NET 6.0)
1m 46s
Linux (mono)
2m 1s
Windows (.NET 6.0)
3m 32s
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/Warheads/TriggerLayerWeaponWarhead.cs#L20
Elements should have the same indentation (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1137.md)
|
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/Squads/States/AirStates.cs#L102
Use compound assignment
|
Windows (.NET 6.0):
engine/OpenRA.Mods.Common/Traits/BotModules/Squads/States/AirStates.cs#L142
Use compound assignment
|
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
|
Windows (.NET 6.0):
engine/OpenRA.Mods.AS/Activities/SlaveMinerHarvesterHarvest.cs#L126
Remove unused parameter 'self'
|