Skip to content

added fluent results #158

added fluent results

added fluent results #158

Triggered via push July 23, 2024 21:19
Status Failure
Total duration 35s
Artifacts

test.yml

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

Annotations

10 errors and 1 warning
test (8.0.x): src/GoatQuery/tests/Filter/FilterParserTest.cs#L18
'Result<ExpressionStatement>' does not contain a definition for 'Expression' and no accessible extension method 'Expression' accepting a first argument of type 'Result<ExpressionStatement>' could be found (are you missing a using directive or an assembly reference?)
test (8.0.x): src/GoatQuery/tests/Filter/FilterParserTest.cs#L39
The type or namespace name 'GoatQueryException' could not be found (are you missing a using directive or an assembly reference?)
test (8.0.x): src/GoatQuery/tests/Filter/FilterParserTest.cs#L52
'Result<ExpressionStatement>' does not contain a definition for 'Expression' and no accessible extension method 'Expression' accepting a first argument of type 'Result<ExpressionStatement>' could be found (are you missing a using directive or an assembly reference?)
test (8.0.x): src/GoatQuery/tests/Count/CountTest.cs#L23
'bool' does not contain a definition for 'ToArray' and no accessible extension method 'ToArray' accepting a first argument of type 'bool' could be found (are you missing a using directive or an assembly reference?)
test (8.0.x): src/GoatQuery/tests/Count/CountTest.cs#L25
Argument 1: cannot convert from 'int' to 'System.DateTime'
test (8.0.x): src/GoatQuery/tests/Count/CountTest.cs#L25
Argument 2: cannot convert from 'bool' to 'System.DateTime'
test (8.0.x): src/GoatQuery/tests/Filter/FilterTest.cs#L190
'bool' does not contain a definition for 'ToArray' and no accessible extension method 'ToArray' accepting a first argument of type 'bool' could be found (are you missing a using directive or an assembly reference?)
test (8.0.x): src/GoatQuery/tests/Filter/FilterParserTest.cs#L82
'Result<ExpressionStatement>' does not contain a definition for 'Expression' and no accessible extension method 'Expression' accepting a first argument of type 'Result<ExpressionStatement>' could be found (are you missing a using directive or an assembly reference?)
test (8.0.x): src/GoatQuery/tests/Filter/FilterTest.cs#L213
The type or namespace name 'GoatQueryException' could not be found (are you missing a using directive or an assembly reference?)
test (8.0.x): src/GoatQuery/tests/Filter/FilterTest.cs#L234
'bool' does not contain a definition for 'ToArray' and no accessible extension method 'ToArray' accepting a first argument of type 'bool' could be found (are you missing a using directive or an assembly reference?)
test (8.0.x): src/GoatQuery/tests/Count/CountTest.cs#L48
Do not use Assert.Null() on value type 'bool'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)