More cleanup. #99
Annotations
10 errors
OpenRA.Mods.Common/Traits/Player/ProductionQueue.cs#L236
Simplify LINQ expression (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0120)
|
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)
|
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)
|
OpenRA.Mods.Common/Traits/BotModules/Squads/States/StateBase.cs#L80
Tuple element names should use correct casing (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1316.md)
|
OpenRA.Mods.Common/Traits/BotModules/Squads/States/StateBase.cs#L80
Tuple element names should use correct casing (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1316.md)
|
OpenRA.Mods.Common/Traits/BotModules/UnitBuilderBotModule.cs#L135
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs#L253
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
OpenRA.Mods.Common/Traits/BotModules/Squads/States/ProtectionStates.cs#L138
Variable declaration can be deconstructed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0042)
|
OpenRA.Mods.Common/Traits/BotModules/Squads/States/NavyStates.cs#L340
Variable declaration can be deconstructed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0042)
|
OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs#L285
Private member 'BaseBuilderBotModule.SetRallyPointsForNewProductionBuildings' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
The logs for this run have expired and are no longer available.
Loading