Skip to content

Package Dependencies: Bump FluentAssertions to 8.4.0 #43

Package Dependencies: Bump FluentAssertions to 8.4.0

Package Dependencies: Bump FluentAssertions to 8.4.0 #43

Triggered via pull request June 28, 2025 01:00
Status Failure
Total duration 37s
Artifacts
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
test (9.0.x): QueryKit.IntegrationTests/Tests/DatabaseFilteringTests.cs#L1081
'NumericAssertions<int>' does not contain a definition for 'BeGreaterOrEqualTo' and no accessible extension method 'BeGreaterOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
test (9.0.x): QueryKit.IntegrationTests/TestFixture.cs#L67
The name 'AssertionOptions' does not exist in the current context
test (9.0.x): QueryKit.IntegrationTests/Tests/DatabaseFilteringTests.cs#L1249
'NumericAssertions<int>' does not contain a definition for 'BeGreaterOrEqualTo' and no accessible extension method 'BeGreaterOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
test (9.0.x): QueryKit.IntegrationTests/Tests/DatabaseFilteringTests.cs#L1227
'NumericAssertions<int>' does not contain a definition for 'BeGreaterOrEqualTo' and no accessible extension method 'BeGreaterOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
test (9.0.x): QueryKit.IntegrationTests/Tests/DatabaseFilteringTests.cs#L1182
'NumericAssertions<int>' does not contain a definition for 'BeGreaterOrEqualTo' and no accessible extension method 'BeGreaterOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
test (9.0.x): QueryKit.IntegrationTests/Tests/DatabaseFilteringTests.cs#L1160
'NumericAssertions<int>' does not contain a definition for 'BeGreaterOrEqualTo' and no accessible extension method 'BeGreaterOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
test (9.0.x): QueryKit.IntegrationTests/Tests/DatabaseFilteringTests.cs#L1138
'NumericAssertions<int>' does not contain a definition for 'BeGreaterOrEqualTo' and no accessible extension method 'BeGreaterOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
test (9.0.x): QueryKit.IntegrationTests/Tests/DatabaseFilteringTests.cs#L1111
'NumericAssertions<int>' does not contain a definition for 'BeGreaterOrEqualTo' and no accessible extension method 'BeGreaterOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
test (9.0.x): QueryKit.IntegrationTests/Tests/DatabaseFilteringTests.cs#L1081
'NumericAssertions<int>' does not contain a definition for 'BeGreaterOrEqualTo' and no accessible extension method 'BeGreaterOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
test (9.0.x): QueryKit.IntegrationTests/TestFixture.cs#L67
The name 'AssertionOptions' does not exist in the current context
test (9.0.x): QueryKit/Operators/ComparisonOperator.cs#L959
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
test (9.0.x): QueryKit/Operators/ComparisonOperator.cs#L955
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
test (9.0.x): QueryKit/Operators/ComparisonOperator.cs#L953
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
test (9.0.x): QueryKit/Operators/ComparisonOperator.cs#L952
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
test (9.0.x): QueryKit/Operators/ComparisonOperator.cs#L927
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
test (9.0.x): QueryKit/Operators/ComparisonOperator.cs#L926
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
test (9.0.x): QueryKit/Operators/LogicalOperator.cs#L55
Non-nullable property 'Operator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (9.0.x): QueryKit/Operators/LogicalOperator.cs#L54
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (9.0.x): QueryKit/QueryKitPropertyMappings.cs#L446
Non-nullable property 'DerivedExpression' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (9.0.x): QueryKit/SortParser.cs#L98
Possible null reference return.