Delete ci.yaml #9
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 4s
Linux (mono)
1m 57s
Windows (.NET 6.0)
5m 13s
Annotations
22 errors
Linux (.NET 6.0):
OpenRA.Mods.SS/Traits/World/SpawnSSUnit.cs#L249
Parentheses can be removed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0047)
|
Linux (.NET 6.0):
OpenRA.Mods.SS/Traits/World/SpawnSSUnit.cs#L245
Variable declaration can be deconstructed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0042)
|
Linux (.NET 6.0):
OpenRA.Mods.SS/Traits/Conditions/GrantConditionAfterDelay.cs#L72
Parentheses can be removed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0047)
|
Linux (.NET 6.0):
OpenRA.Mods.SS/Traits/Conditions/GrantConditionAfterDelay.cs#L75
Parentheses can be removed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0047)
|
Linux (.NET 6.0):
OpenRA.Mods.SS/Traits/Teleporter.cs#L187
Remove unused parameter 'subCell' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)
|
Linux (.NET 6.0):
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)
|
Linux (.NET 6.0):
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)
|
Linux (.NET 6.0):
OpenRA.Mods.SS/Traits/Render/WithSSNameTagDecoration.cs#L89
Substring can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0057)
|
Linux (.NET 6.0):
OpenRA.Mods.SS/Traits/Render/WithSSNameTagDecoration.cs#L67
Substring can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0057)
|
Linux (.NET 6.0):
OpenRA.Mods.SS/Traits/Multipliers/SSMultiplierManager.cs#L31
Make field readonly (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0044)
|
Linux (mono)
Process completed with exit code 2.
|
Windows (.NET 6.0):
OpenRA.Mods.SS/Traits/World/SpawnSSUnit.cs#L249
Parentheses can be removed
|
Windows (.NET 6.0):
OpenRA.Mods.SS/Traits/World/SpawnSSUnit.cs#L245
Variable declaration can be deconstructed
|
Windows (.NET 6.0):
OpenRA.Mods.SS/Traits/Teleporter.cs#L187
Remove unused parameter 'subCell'
|
Windows (.NET 6.0):
OpenRA.Mods.SS/Traits/Render/WithSSNameTagDecoration.cs#L67
Substring can be simplified
|
Windows (.NET 6.0):
OpenRA.Mods.SS/Traits/Render/WithSSNameTagDecoration.cs#L89
Substring can be simplified
|
Windows (.NET 6.0):
OpenRA.Mods.SS/Traits/Multipliers/SSMultiplierManager.cs#L31
Make field readonly
|
Windows (.NET 6.0):
OpenRA.Mods.SS/Traits/Multipliers/SSMultiplierManager.cs#L31
Private member 'SSMultiplierManager.self' can be removed as the value assigned to it is never read
|
|
Windows (.NET 6.0):
OpenRA.Mods.SS/Traits/Flag.cs#L162
Remove unused parameter 'subCell'
|
Windows (.NET 6.0):
OpenRA.Mods.SS/Traits/Crates/SSCrate.cs#L157
Variable declaration can be deconstructed
|
Windows (.NET 6.0)
Process completed with exit code 1.
|