Project/aot trimming/building #976
Annotations
1 error and 23 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. 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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/sly/sourceGenerator/LexerSyntaxWalker.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/sly/sourceGenerator/ParserSyntaxWalker.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/sly/parser/parser/llparser/ebnf/EBNFRecursiveDescentSyntaxParser.Expressions.cs#L20
The variable 'isError' is assigned but its value is never used
|
src/sly/sourceGenerator/CslyParserGenerator.cs#L156
The variable 'usings' is assigned but its value is never used
|
src/sly/sourceGenerator/LexerSyntaxWalker.cs#L34
The variable 'isFirstArgChannel' is assigned but its value is never used
|
src/sly/sourceGenerator/LexerSyntaxWalker.cs#L36
The variable 'channel' is assigned but its value is never used
|
src/sly/sourceGenerator/LexerSyntaxWalker.cs#L37
The variable 'tokens' is assigned but its value is never used
|
src/sly/sourceGenerator/CslyParserGenerator.cs#L52
'sly.sourceGenerator.CslyParserGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
|
|
src/sly/sourceGenerator/LexerSyntaxWalker.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/sly/sourceGenerator/ParserSyntaxWalker.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/sly/sourceGenerator/LexerSyntaxWalker.cs#L34
The variable 'isFirstArgChannel' is assigned but its value is never used
|
src/sly/sourceGenerator/LexerSyntaxWalker.cs#L36
The variable 'channel' is assigned but its value is never used
|
src/sly/sourceGenerator/LexerSyntaxWalker.cs#L37
The variable 'tokens' is assigned but its value is never used
|
src/sly/sourceGenerator/CslyParserGenerator.cs#L156
The variable 'usings' is assigned but its value is never used
|
src/sly/parser/parser/llparser/ebnf/EBNFRecursiveDescentSyntaxParser.Expressions.cs#L20
The variable 'isError' is assigned but its value is never used
|
src/sly/sourceGenerator/CslyParserGenerator.cs#L52
'sly.sourceGenerator.CslyParserGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
src/sly/sourceGenerator/LexerSyntaxWalker.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/sly/sourceGenerator/ParserSyntaxWalker.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
This job failed
Loading