WIP: Rewrite fluent lint check. #585
ci.yml
on: push
Linux (.NET 8.0)
1m 27s
Windows (.NET 8.0)
5m 7s
Annotations
21 errors
|
Linux (.NET 8.0):
OpenRA.Game/Server/Server.cs#L121
Unused field 'FluentChildTypes' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
Linux (.NET 8.0):
OpenRA.Game/Server/Server.cs#L121
Private member 'Server.FluentChildTypes' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
|
|
Linux (.NET 8.0):
OpenRA.Mods.Common/Commands/ChatCommands.cs#L25
Unused field 'FluentChildTypes' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
Linux (.NET 8.0):
OpenRA.Mods.Common/Commands/ChatCommands.cs#L25
Private member 'ChatCommandsInfo.FluentChildTypes' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
|
|
Linux (.NET 8.0):
OpenRA.Mods.Common/Commands/DebugVisualizationCommands.cs#L26
Unused field 'FluentChildTypes' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
Linux (.NET 8.0):
OpenRA.Mods.Common/Commands/DebugVisualizationCommands.cs#L26
Private member 'DebugVisualizationCommandsInfo.FluentChildTypes' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
|
|
Linux (.NET 8.0):
OpenRA.Mods.Common/Commands/DevCommands.cs#L27
Unused field 'FluentChildTypes' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
Linux (.NET 8.0):
OpenRA.Mods.Common/Commands/DevCommands.cs#L27
Private member 'DevCommandsInfo.FluentChildTypes' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
|
|
Linux (.NET 8.0):
OpenRA.Mods.Common/Lint/LintExts.cs#L49
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
|
|
Linux (.NET 8.0):
OpenRA.Mods.Common/Lint/LintExts.cs#L49
Closing parenthesis should not be followed by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1009.md)
|
|
Windows (.NET 8.0):
OpenRA.Game/Server/Server.cs#L121
Unused field 'FluentChildTypes' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
Windows (.NET 8.0):
OpenRA.Game/Server/Server.cs#L121
Private member 'Server.FluentChildTypes' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
|
|
Windows (.NET 8.0):
OpenRA.Mods.Common/Commands/ChatCommands.cs#L25
Unused field 'FluentChildTypes' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
Windows (.NET 8.0):
OpenRA.Mods.Common/Commands/ChatCommands.cs#L25
Private member 'ChatCommandsInfo.FluentChildTypes' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
|
|
Windows (.NET 8.0):
OpenRA.Mods.Common/Commands/DebugVisualizationCommands.cs#L26
Unused field 'FluentChildTypes' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
Windows (.NET 8.0):
OpenRA.Mods.Common/Commands/DebugVisualizationCommands.cs#L26
Private member 'DebugVisualizationCommandsInfo.FluentChildTypes' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
|
|
Windows (.NET 8.0):
OpenRA.Mods.Common/Commands/DevCommands.cs#L27
Unused field 'FluentChildTypes' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
Windows (.NET 8.0):
OpenRA.Mods.Common/Commands/DevCommands.cs#L27
Private member 'DevCommandsInfo.FluentChildTypes' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
|
|
Windows (.NET 8.0):
OpenRA.Mods.Common/Commands/HelpCommand.cs#L26
Unused field 'FluentChildTypes' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
Windows (.NET 8.0):
OpenRA.Mods.Common/Commands/HelpCommand.cs#L26
Private member 'HelpCommandInfo.FluentChildTypes' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
|
|
Windows (.NET 8.0)
Process completed with exit code 1.
|