Add UnpackBaseBotModule and McvManagerSPBotModule to solve problem of… #550
ci.yml
on: push
Linux (.NET 6.0)
2m 1s
Linux (mono)
1m 27s
Windows (.NET 6.0)
2m 58s
Annotations
21 errors
Linux (mono)
Process completed with exit code 2.
|
Linux (.NET 6.0):
engine/OpenRA.Game/CVec.cs#L64
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
Linux (.NET 6.0):
engine/OpenRA.Game/CVec.cs#L65
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
Linux (.NET 6.0):
engine/OpenRA.Game/CVec.cs#L66
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
Linux (.NET 6.0):
engine/OpenRA.Game/CVec.cs#L67
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
Linux (.NET 6.0):
engine/OpenRA.Game/CVec.cs#L68
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
Linux (.NET 6.0):
engine/OpenRA.Game/CVec.cs#L69
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
Linux (.NET 6.0):
engine/OpenRA.Game/CVec.cs#L70
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
Linux (.NET 6.0):
engine/OpenRA.Game/CVec.cs#L71
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
Linux (.NET 6.0):
engine/OpenRA.Game/Map/Map.cs#L162
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
Linux (.NET 6.0):
engine/OpenRA.Game/Map/Map.cs#L163
'new' expression can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0090)
|
Windows (.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)
|
Windows (.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)
|
Windows (.NET 6.0):
engine/OpenRA.Mods.Common/Traits/Crates/Crate.cs#L94
Merge 'if' with nested 'if'. (http://pihrt.net/roslynator/analyzer?id=RCS1061)
|
Windows (.NET 6.0):
engine/OpenRA.Mods.Common/Traits/Buildings/BuildingUtils.cs#L85
Use ^ operator. (http://pihrt.net/roslynator/analyzer?id=RCS1195)
|
Windows (.NET 6.0):
engine/OpenRA.Mods.Common/Traits/BotModules/SquadManagerBotModule.cs#L319
Optimize 'Add' call. (http://pihrt.net/roslynator/analyzer?id=RCS1235)
|
Windows (.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/Traits/BotModules/Squads/States/ProtectionStates.cs#L103
Use 'Length' property instead of 'Any' method. (http://pihrt.net/roslynator/analyzer?id=RCS1080)
|
Windows (.NET 6.0):
engine/OpenRA.Mods.Common/Traits/BotModules/Squads/States/ProtectionStates.cs#L31
Remove redundant statement. (http://pihrt.net/roslynator/analyzer?id=RCS1134)
|
Windows (.NET 6.0):
engine/OpenRA.Mods.Common/Traits/BotModules/SquadManagerBotModule.cs#L470
Optimize 'Add' call. (http://pihrt.net/roslynator/analyzer?id=RCS1235)
|
Windows (.NET 6.0):
engine/OpenRA.Mods.Common/Traits/BotModules/SquadManagerBotModule.cs#L482
Merge 'if' with nested 'if'. (http://pihrt.net/roslynator/analyzer?id=RCS1061)
|