Build #292
Annotations
24 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, coverallsapp/[email protected], b3b00/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, coverallsapp/[email protected], b3b00/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
csly-cli-decompiler/ParserDecompiler.cs#L51
Converting null literal or possible null value to non-nullable type.
|
csly-cli-model/tree/OptionSyntaxNode.cs#L10
Cannot convert null literal to non-nullable reference type.
|
csly-cli-model/tree/SyntaxNode.cs#L12
Cannot convert null literal to non-nullable reference type.
|
csly-cli-model/tree/visitor/mermaid/MermaidNode.cs#L20
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
csly-cli-model/tree/visitor/mermaid/MermaidNode.cs#L20
Non-nullable property 'FontColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
csly-cli-model/tree/TreeUntyper.cs#L39
Argument of type 'List<ISyntaxNode?>' cannot be used for parameter 'children' of type 'List<ISyntaxNode>' in 'OptionSyntaxNode.OptionSyntaxNode(string name, List<ISyntaxNode> children = null)' due to differences in the nullability of reference types.
|
csly-cli-model/tree/TreeUntyper.cs#L48
Argument of type 'List<ISyntaxNode?>' cannot be used for parameter 'children' of type 'List<ISyntaxNode>' in 'SyntaxNode.SyntaxNode(string name, List<ISyntaxNode> children = null)' due to differences in the nullability of reference types.
|
csly-cli-model/tree/TreeUntyper.cs#L58
Argument of type 'List<ISyntaxNode?>' cannot be used for parameter 'children' of type 'List<ISyntaxNode>' in 'ManySyntaxNode.ManySyntaxNode(string name, List<ISyntaxNode> children)' due to differences in the nullability of reference types.
|
csly-cli-model/tree/TreeUntyper.cs#L67
Argument of type 'List<ISyntaxNode?>' cannot be used for parameter 'children' of type 'List<ISyntaxNode>' in 'GroupSyntaxNode.GroupSyntaxNode(string name, List<ISyntaxNode> children)' due to differences in the nullability of reference types.
|
csly-cli-model/tree/TreeUntyper.cs#L80
Possible null reference argument for parameter 'oper' in 'OperationMetaData.OperationMetaData(int precedence, Associativity assoc, Affix affix, string oper)'.
|
csly-cli-decompiler/Decompiler.cs#L32
Possible null reference argument for parameter 'lexerType' in 'string Decompiler.Decompile(Type lexerType, Type parserType)'.
|
csly-cli-decompiler/Decompiler.cs#L32
Possible null reference argument for parameter 'parserType' in 'string Decompiler.Decompile(Type lexerType, Type parserType)'.
|
csly-cli-decompiler/ParserDecompiler.cs#L51
Converting null literal or possible null value to non-nullable type.
|
csly-cli-decompiler/ParserDecompiler.cs#L99
Converting null literal or possible null value to non-nullable type.
|
csly-cli-decompiler/LexerDecompiler.cs#L98
Unreachable code detected
|
csly-cli-model/tree/OptionSyntaxNode.cs#L10
Cannot convert null literal to non-nullable reference type.
|
csly-cli-model/tree/SyntaxNode.cs#L12
Cannot convert null literal to non-nullable reference type.
|
csly-cli-model/tree/visitor/mermaid/MermaidNode.cs#L20
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
csly-cli-model/tree/visitor/mermaid/MermaidNode.cs#L20
Non-nullable property 'FontColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
csly-cli-model/tree/visitor/MermaidEBNFSyntaxTreeVisitor.cs#L58
Converting null literal or possible null value to non-nullable type.
|
|
The logs for this run have expired and are no longer available.
Loading