. #969
Annotations
4 errors and 15 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
You must install or update .NET to run this application.
App: /home/runner/work/csly/csly/tests/ParserTests/bin/Debug/net7.0/testhost.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '7.0.0' (x64)
.NET location: /home/runner/.dotnet/
The following frameworks were found:
8.0.8 at [/home/runner/.dotnet/shared/Microsoft.NETCore.App]
Learn more:
https://aka.ms/dotnet/app-launch-failed
To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=7.0.0&arch=x64&rid=linux-x64&os=ubuntu.22.04
Testhost process for source(s) '/home/runner/work/csly/csly/tests/ParserTests/bin/Debug/net7.0/ParserTests.dll' exited with error: You must install or update .NET to run this application.
App: /home/runner/work/csly/csly/tests/ParserTests/bin/Debug/net7.0/testhost.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '7.0.0' (x64)
.NET location: /home/runner/.dotnet/
The following frameworks were found:
8.0.8 at [/home/runner/.dotnet/shared/Microsoft.NETCore.App]
Learn more:
https://aka.ms/dotnet/app-launch-failed
To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=7.0.0&arch=x64&rid=linux-x64&os=ubuntu.22.04
. Please check the diagnostic logs for more information.
Test Run Aborted.
|
build (ubuntu-latest)
error occured : coverage file not found at tests/ParserTests/lcov.net7.0.info
|
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/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.Equals(object o)
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.GetHashCode()
|
build (ubuntu-latest):
src/sly/parser/parser/llparser/ebnf/EBNFRecursiveDescentSyntaxParser.Expressions.cs#L18
The variable 'isError' is assigned but its value is never used
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.Equals(object o)
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.GetHashCode()
|
build (ubuntu-latest):
src/sly/parser/parser/llparser/ebnf/EBNFRecursiveDescentSyntaxParser.Expressions.cs#L18
The variable 'isError' is assigned but its value is never used
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.Equals(object o)
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.GetHashCode()
|
build (ubuntu-latest):
src/sly/parser/parser/llparser/ebnf/EBNFRecursiveDescentSyntaxParser.Expressions.cs#L18
The variable 'isError' is assigned but its value is never used
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.Equals(object o)
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.GetHashCode()
|
build (ubuntu-latest):
src/sly/parser/parser/llparser/ebnf/EBNFRecursiveDescentSyntaxParser.Expressions.cs#L18
The variable 'isError' is assigned but its value is never used
|
build (ubuntu-latest):
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.Equals(object o)
|