issue #527 unit test #1148
Annotations
4 errors and 14 warnings
build (ubuntu-latest)
dotnet test failure Command failed: dotnet test -c Debug -p:coverletOutput=/home/runner/work/csly/csly/TestResults/lcov.net7.0.info -p:CollectCoverage=true -p:MergeWith=/home/runner/work/csly/csly/TestResults/coverlet.json -p:CoverletOutputFormat=\"json%2clcov\" -p:Exclude=\"[program]*,[expressionParser]*,[jsonparser]*,[while]*,[indentedWhile]*,[SimpleExpressionParser]*,[GenericLexerWithCallbacks]*,[indented]*,[postProcessedLexerParser]*,[XML]*,[SimpleTemplate]*,[SlowEOS]*\" tests/ParserTests/ParserTests.csproj
[xUnit.net 00:00:02.50] ParserTests.Issue527.Issue527Test.Issue527Test_KO_with_ParseWithContext [FAIL]
|
build (ubuntu-latest)
ENOENT: no such file or directory, scandir '/home/runner/work/csly/csly/TestResults'
|
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
build (windows-latest)
The operation was canceled.
|
build (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (ubuntu-latest):
src/samples/while/model/TernaryExpression.cs#L39
The field 'TernaryExpression._local' is never used
|
build (ubuntu-latest):
src/bench/JsonParserBench.cs#L37
'JobExtensions.With(Job, IToolchain)' is obsolete: 'This method will soon be removed, please start using .WithToolchain instead'
|
build (ubuntu-latest):
src/bench/JsonParserBench.cs#L38
'ManualConfig.Add(params Job[])' is obsolete: 'This method will soon be removed, please start using .AddJob() instead.'
|
build (ubuntu-latest):
src/bench/JsonParserBench.cs#L40
'ManualConfig.Add(params Job[])' is obsolete: 'This method will soon be removed, please start using .AddJob() instead.'
|
build (ubuntu-latest):
src/bench/JsonParserBench.cs#L41
'ManualConfig.Add(params IAnalyser[])' is obsolete: 'This method will soon be removed, please start using .AddAnalyser() instead.'
|
build (ubuntu-latest):
src/bench2.4/JsonParserBench.cs#L34
'JobExtensions.With(Job, IToolchain)' is obsolete: 'This method will soon be removed, please start using .WithToolchain instead'
|
build (ubuntu-latest):
src/bench2.4/JsonParserBench.cs#L35
'ManualConfig.Add(params Job[])' is obsolete: 'This method will soon be removed, please start using .AddJob() instead.'
|
build (ubuntu-latest):
src/bench2.4/JsonParserBench.cs#L36
'ManualConfig.Add(params Job[])' is obsolete: 'This method will soon be removed, please start using .AddJob() instead.'
|
build (ubuntu-latest):
src/bench2.4/JsonParserBench.cs#L37
'ManualConfig.Add(params IAnalyser[])' is obsolete: 'This method will soon be removed, please start using .AddAnalyser() instead.'
|
build (ubuntu-latest):
src/bench2.4/ExpressionParserBench.cs#L34
'JobExtensions.With(Job, IToolchain)' is obsolete: 'This method will soon be removed, please start using .WithToolchain instead'
|
build (ubuntu-latest):
src/bench2.4/ExpressionParserBench.cs#L35
'ManualConfig.Add(params Job[])' is obsolete: 'This method will soon be removed, please start using .AddJob() instead.'
|
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.
|