Skip to content

Package Dependencies: Bump FluentAssertions from 7.0.0 to 8.8.0 #59

Package Dependencies: Bump FluentAssertions from 7.0.0 to 8.8.0

Package Dependencies: Bump FluentAssertions from 7.0.0 to 8.8.0 #59

Triggered via pull request November 1, 2025 03:13
Status Failure
Total duration 35s
Artifacts

querykit-unit-tests.yaml

on: pull_request
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#L936
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
test (9.0.x): QueryKit/Operators/ComparisonOperator.cs#L935
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
test (9.0.x): QueryKit/QueryKitPropertyMappings.cs#L394
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, QueryKitPropertyInfo>.TryGetValue(string key, out QueryKitPropertyInfo value)'.
test (9.0.x): QueryKit/QueryKitPropertyMappings.cs#L313
Dereference of a possibly null reference.
test (9.0.x): QueryKit/QueryKitPropertyMappings.cs#L308
Dereference of a possibly null reference.
test (9.0.x): QueryKit/QueryKitPropertyMappings.cs#L244
Dereference of a possibly null reference.
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#L473
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#L108
Possible null reference return.