Delete ci.yaml #9
Annotations
10 errors
OpenRA.Mods.SS/Traits/World/SpawnSSUnit.cs#L249
Parentheses can be removed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0047)
|
OpenRA.Mods.SS/Traits/World/SpawnSSUnit.cs#L245
Variable declaration can be deconstructed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0042)
|
OpenRA.Mods.SS/Traits/Conditions/GrantConditionAfterDelay.cs#L72
Parentheses can be removed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0047)
|
OpenRA.Mods.SS/Traits/Conditions/GrantConditionAfterDelay.cs#L75
Parentheses can be removed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0047)
|
OpenRA.Mods.SS/Traits/Teleporter.cs#L187
Remove unused parameter 'subCell' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)
|
OpenRA.Mods.SS/Traits/TeamLeaderColorModifier.cs#L40
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.SS/Traits/Render/WithSSNameTagDecoration.cs#L61
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.SS/Traits/Render/WithSSNameTagDecoration.cs#L89
Substring can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0057)
|
OpenRA.Mods.SS/Traits/Render/WithSSNameTagDecoration.cs#L67
Substring can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0057)
|
OpenRA.Mods.SS/Traits/Multipliers/SSMultiplierManager.cs#L31
Make field readonly (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0044)
|
The logs for this run have expired and are no longer available.
Loading