Skip to content

Update ExpressionRulesGenerator.cs #738

Update ExpressionRulesGenerator.cs

Update ExpressionRulesGenerator.cs #738

Re-run triggered November 19, 2023 19:12
Status Failure
Total duration 1m 9s
Artifacts

dotnetcore.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 6 warnings
build (ubuntu-latest)
dotnet test failure Command failed: dotnet test -c Debug -p:coverletOutput=lcov.net7.0.info -p:CollectCoverage=true -p:CoverletOutputFormat=lcov -p:Exclude=\"[program]*,[expressionParser]*,[jsonparser]*,[while]*,[indentedWhile]*,[SimpleExpressionParser]*,[GenericLexerWithCallbacks]*,[indented]*,[postProcessedLexerParser]*,[XML]*,[SimpleTemplate]*\" tests/ParserTests/ParserTests.csproj [xUnit.net 00:00:00.29] ParserTests.samples.JsonGenericTests.TestManyNestedPropertyObjectValue [FAIL] [xUnit.net 00:00:00.31] ParserTests.Issue302Test.Test302 [FAIL] [xUnit.net 00:00:00.32] ParserTests.Issue239.Issue239Tests.TestOk [FAIL] [xUnit.net 00:00:00.32] ParserTests.samples.JsonGenericTests.TestTrueBooleanValue [FAIL] [xUnit.net 00:00:00.33] ParserTests.samples.JsonGenericTests.TestFalseBooleanValue [FAIL] [xUnit.net 00:00:00.33] ParserTests.samples.JsonGenericTests.TestIntValue [FAIL] [xUnit.net 00:00:00.38] ParserTests.samples.JsonGenericTests.TestManyMixedListValue [FAIL] [xUnit.net 00:00:00.38] ParserTests.samples.JsonGenericTests.TestNullValue [FAIL] [xUnit.net 00:00:00.38] ParserTests.samples.JsonGenericTests.TestSinglePropertyObjectValue [FAIL] [xUnit.net 00:00:00.38] ParserTests.samples.JsonGenericTests.TestManyPropertyObjectValue [FAIL] [xUnit.net 00:00:00.38] ParserTests.lexer.LexerModesTest.TestXmlParserWithLexerModes [FAIL] [xUnit.net 00:00:00.38] ParserTests.samples.JsonGenericTests.TestStringValue [FAIL] [xUnit.net 00:00:00.38] ParserTests.samples.JsonGenericTests.TestDoubleValue [FAIL] [xUnit.net 00:00:00.39] ParserTests.samples.JsonGenericTests.TestManyListValue [FAIL] [xUnit.net 00:00:00.39] ParserTests.samples.JsonGenericTests.TestSingleListValue [FAIL] [xUnit.net 00:00:00.39] ParserTests.samples.JsonGenericTests.TestEmptyObjectValue [FAIL] [xUnit.net 00:00:00.39] ParserTests.samples.JsonGenericTests.TestEmptyListValue [FAIL] [xUnit.net 00:00:00.45] ParserTests.Issue380I18n.I18nTests.TestErrorMessage [FAIL] [xUnit.net 00:00:00.46] ParserTests.IssuesTests.Issue277Test [FAIL] [xUnit.net 00:00:00.49] ParserTests.IssuesTests.Issue219BNF [FAIL] [xUnit.net 00:00:00.62] ParserTests.GraphVizTests.SyntaxTreeGraphVizTest [FAIL] [xUnit.net 00:00:00.67] ParserTests.lexer.LexerTests.TestDoubleJsonLexing [FAIL] [xUnit.net 00:00:00.68] ParserTests.IssuesTests.Issue219EBNF [FAIL] [xUnit.net 00:00:00.70] ParserTests.lexer.LexerTests.TestSingleLineJsonLexing [FAIL] [xUnit.net 00:00:00.71] ParserTests.Issue364.Issue364Tests.TestIssue364 [FAIL] [xUnit.net 00:00:00.71] ParserTests.lexer.LexerTests.TestSingleLineExpressionLexing [FAIL] [xUnit.net 00:00:00.72] ParserTests.Issue263.Issue263Test.OperationCanBeParsed [FAIL] [xUnit.net 00:00:00.72] ParserTests.Issue263.Issue263Test.OperationCannotBeParsedAndReturnsError(source: "([", unexpectedToken: LBRAC, expectedTokens: [RPARA]) [FAIL] [xUnit.net 00:00:00.73] ParserTests.Issue263.Issue263Test.OperationCannotBeParsedAndReturnsError(source: "()()(]", unexpectedToken: RBRAC, expectedTokens: [RPARA]) [FAIL] [xUnit.net 00:00:00.78] ParserTests.lexer.LexerTests.TestMultiLineExpressionLexing [FAIL] [xUnit.net 00:00:00.79] ParserTests.lexer.LexerTests.TestMultiLineJsonLexing [FAIL] [xUnit.net 00:00:00.79] ParserTests.ParserConfigurationTests.TestEbnfOptionRecursivity [FAIL] [xUnit.net 00:00:00.80] ParserTests.ParserConfigurationTests.TestEbnfRecursivity [FAIL] [xUnit.net 00:00:00.80] ParserTests.ParserConfigurationTests.TestBadArgumentNumber [FAIL] [xUnit.net 00:00:00.82] ParserTests.samples.JsonTests.TestDoubleValue [FAIL] [xUnit.net 00:00:00.82] ParserTests.samples.JsonTests.TestNullValue [FAIL] [xUnit.net 00:00:00.83] ParserTests.samples.JsonTests.TestIntValue [FAIL] [xUnit.net 00:00:00.83] ParserTests.samples.JsonTests.TestManyMixedListValue [FAIL] [xUnit.net 00:00:00.83] ParserTests.samples.JsonTests.TestManyNestedPropertyObjectValue [FAIL] [xUnit.net 00:00:00.83] ParserTests.samples.JsonTests.TestSinglePropertyObjectValue [FAIL] [xUn
build (ubuntu-latest)
error occured : coverage file not found at tests/ParserTests/lcov.net7.0.info
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, b3b00/coverlet-action@1.2.7. 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): src/samples/ParserExample/Program.cs#L273
The variable 'e' is declared but never used
build (ubuntu-latest): src/samples/ParserExample/Program.cs#L1324
The variable 'delim' is assigned but its value is never used
build (ubuntu-latest): src/samples/ParserExample/Program.cs#L273
The variable 'e' is declared but never used
build (ubuntu-latest): src/samples/ParserExample/Program.cs#L1324
The variable 'delim' is assigned but its value is never used
build (windows-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/