added fluent results #158
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)
|