Project/aot trimming/building #975
Annotations
12 errors and 14 warnings
build (ubuntu-latest):
tests/ParserTests/ExplicitTokensGeneratorTests.cs#L25
'ExplicitTokensParserGenerator' does not contain a definition for 'GetParser' and no accessible extension method 'GetParser' accepting a first argument of type 'ExplicitTokensParserGenerator' could be found (are you missing a using directive or an assembly reference?)
|
build (ubuntu-latest):
tests/ParserTests/ExplicitTokensGeneratorTests.cs#L32
'ExplicitTokensExpressionParserGenerator' does not contain a definition for 'GetParser' and no accessible extension method 'GetParser' accepting a first argument of type 'ExplicitTokensExpressionParserGenerator' could be found (are you missing a using directive or an assembly reference?)
|
build (ubuntu-latest):
tests/ParserTests/samples/GeneratedTemplateTests.cs#L17
'TemplateParserGenerator' does not contain a definition for 'GetParser' and no accessible extension method 'GetParser' accepting a first argument of type 'TemplateParserGenerator' could be found (are you missing a using directive or an assembly reference?)
|
build (ubuntu-latest):
tests/ParserTests/samples/GeneratedJsonGenericTests.cs#L17
'EbnfJsonGenericParserGenerator' does not contain a definition for 'GetParser' and no accessible extension method 'GetParser' accepting a first argument of type 'EbnfJsonGenericParserGenerator' could be found (are you missing a using directive or an assembly reference?)
|
build (ubuntu-latest):
tests/ParserTests/samples/GeneratedIndentedWhileTests.cs#L26
'WhileGenerator' does not contain a definition for 'GetParser' and no accessible extension method 'GetParser' accepting a first argument of type 'WhileGenerator' could be found (are you missing a using directive or an assembly reference?)
|
build (ubuntu-latest):
tests/ParserTests/PostProcessedLexerTests.cs#L47
'PostProcessedLexerGenerator' does not contain a definition for 'GetParser' and no accessible extension method 'GetParser' accepting a first argument of type 'PostProcessedLexerGenerator' could be found (are you missing a using directive or an assembly reference?)
|
build (ubuntu-latest):
tests/ParserTests/lexer/GenericLexerTests.cs#L816
'ParserCallbacksGenerator' does not contain a definition for 'GetLexer' and no accessible extension method 'GetLexer' accepting a first argument of type 'ParserCallbacksGenerator' could be found (are you missing a using directive or an assembly reference?)
|
build (ubuntu-latest):
tests/ParserTests/lexer/GenericLexerTests.cs#L823
The type arguments for method 'Check.That<T>(T)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
|
build (ubuntu-latest):
tests/ParserTests/lexer/GenericLexerTests.cs#L1360
'GeneratedXmlParserGenerator' does not contain a definition for 'GetLexer' and no accessible extension method 'GetLexer' accepting a first argument of type 'GeneratedXmlParserGenerator' could be found (are you missing a using directive or an assembly reference?)
|
build (ubuntu-latest):
tests/ParserTests/lexer/GenericLexerTests.cs#L1384
'ParserCallbacksGenerator' does not contain a definition for 'GetParser' and no accessible extension method 'GetParser' accepting a first argument of type 'ParserCallbacksGenerator' could be found (are you missing a using directive or an assembly reference?)
|
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
build (windows-latest)
The operation was canceled.
|
build (ubuntu-latest)
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/
|
build (ubuntu-latest)
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/
|
build (ubuntu-latest):
src/sly/sourceGenerator/LexerSyntaxWalker.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (ubuntu-latest):
src/sly/sourceGenerator/ParserSyntaxWalker.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (ubuntu-latest):
src/sly/sourceGenerator/LexerSyntaxWalker.cs#L34
The variable 'isFirstArgChannel' is assigned but its value is never used
|
build (ubuntu-latest):
src/sly/sourceGenerator/LexerSyntaxWalker.cs#L36
The variable 'channel' is assigned but its value is never used
|
build (ubuntu-latest):
src/sly/sourceGenerator/LexerSyntaxWalker.cs#L37
The variable 'tokens' is assigned but its value is never used
|
build (ubuntu-latest):
src/sly/sourceGenerator/CslyParserGenerator.cs#L156
The variable 'usings' is assigned but its value is never used
|
build (ubuntu-latest):
src/sly/parser/parser/llparser/ebnf/EBNFRecursiveDescentSyntaxParser.Expressions.cs#L20
The variable 'isError' is assigned but its value is never used
|
build (ubuntu-latest):
src/sly/sourceGenerator/CslyParserGenerator.cs#L52
'sly.sourceGenerator.CslyParserGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
build (ubuntu-latest):
src/sly/sourceGenerator/LexerSyntaxWalker.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (ubuntu-latest):
src/sly/sourceGenerator/ParserSyntaxWalker.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (ubuntu-latest)
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build (windows-latest)
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|