Skip to content

New generator

New generator #2

Triggered via pull request August 22, 2025 11:28
@mappzormappzor
synchronize #40
new-generator
Status Success
Total duration 54s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
CI / Build: src/Zydis.Generator.SourceGenerator/DecoderTreeNodeGenerator.cs#L16
'DecoderTreeNodeGenerator' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
CI / Build: src/Zydis.SourceGeneration/CodeGeneration/GeneratorUtils.cs#L6
Namespace "Zydis.Generator.SourceGenerator.CodeGeneration" does not match folder structure, expected "Zydis.SourceGeneration.CodeGeneration" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
CI / Build: src/Zydis.Generator.SourceGenerator/DecisionNodeGenerator.cs#L15
Private member 'DecisionNodeGenerator.Context' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
CI / Build: src/Zydis.SourceGeneration/Helpers/WordCaseExtensions.cs#L142
Slice can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0057)
CI / Build: src/Zydis.SourceGeneration/Helpers/WordCaseExtensions.cs#L107
Slice can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0057)
CI / Build: src/Zydis.Generator.Enums.SourceGenerator/SharedEnumDefinition.cs#L7
'SharedEnumDefinition' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
CI / Build: src/Zydis.Generator.Enums.SourceGenerator/SharedEnumDefinition.cs#L25
'SharedEnumMember' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
CI / Build: src/Zydis.Generator.Enums.SourceGenerator/SharedEnumGenerator.cs#L15
'SharedEnumGenerator' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
CI / Build: src/Zydis.SourceGeneration/Helpers/WordCaseExtensions.cs#L142
Slice can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0057)
CI / Build: src/Zydis.SourceGeneration/Helpers/WordCaseExtensions.cs#L107
Slice can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0057)