Skip to content

Merge branch 'master' into stef-451 #825

Merge branch 'master' into stef-451

Merge branch 'master' into stef-451 #825

Triggered via push June 21, 2024 09:14
Status Success
Total duration 3m 6s
Artifacts

ci.yml

on: push
Build and run Tests on Windows
2m 52s
Build and run Tests on Windows
Build and run Tests on Linux
2m 16s
Build and run Tests on Linux
Fit to window
Zoom out
Zoom in

Annotations

50 warnings
Build and run Tests on Linux: src/System.Linq.Dynamic.Core/Parser/WrappedValue.cs#L41
Possible null reference argument for parameter 'y' in 'bool EqualityComparer<TValue>.Equals(TValue x, TValue y)'.
Build and run Tests on Linux: src/System.Linq.Dynamic.Core/Parser/WrappedValue.cs#L41
Possible null reference argument for parameter 'y' in 'bool EqualityComparer<TValue>.Equals(TValue x, TValue y)'.
Build and run Tests on Linux: src/System.Linq.Dynamic.Core/Parser/WrappedValue.cs#L56
Possible null reference argument for parameter 'x' in 'bool EqualityComparer<TValue>.Equals(TValue x, TValue y)'.
Build and run Tests on Linux: src/System.Linq.Dynamic.Core/Parser/WrappedValue.cs#L56
Possible null reference argument for parameter 'x' in 'bool EqualityComparer<TValue>.Equals(TValue x, TValue y)'.
Build and run Tests on Linux: src/System.Linq.Dynamic.Core/Parser/SupportedMethods/MethodData.cs#L8
Non-nullable property 'MethodBase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and run Tests on Linux: src/System.Linq.Dynamic.Core/Parser/SupportedMethods/MethodData.cs#L9
Non-nullable property 'Parameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and run Tests on Linux: src/System.Linq.Dynamic.Core/Parser/SupportedMethods/MethodData.cs#L10
Non-nullable property 'Args' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and run Tests on Linux: src/System.Linq.Dynamic.Core/DynamicOrdering.cs#L7
Non-nullable field 'Selector' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and run Tests on Linux: src/System.Linq.Dynamic.Core/DynamicOrdering.cs#L9
Non-nullable field 'MethodName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and run Tests on Linux: src/System.Linq.Dynamic.Core/GroupResult.cs#L29
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and run Tests on Linux: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableWithFormattableStringExtensions.cs#L34
Nullability of reference types in value of type 'object?[]' doesn't match target type 'object[]'.
Build and run Tests on Linux: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L970
Converting null literal or possible null value to non-nullable type.
Build and run Tests on Linux: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L971
Converting null literal or possible null value to non-nullable type.
Build and run Tests on Linux: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L973
Nullability of reference types in value of type 'Task<dynamic?>' doesn't match target type 'Task<dynamic>'.
Build and run Tests on Linux: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1021
Converting null literal or possible null value to non-nullable type.
Build and run Tests on Linux: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableWithFormattableStringExtensions.cs#L34
Nullability of reference types in value of type 'object?[]' doesn't match target type 'object[]'.
Build and run Tests on Linux: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L970
Converting null literal or possible null value to non-nullable type.
Build and run Tests on Linux: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L971
Converting null literal or possible null value to non-nullable type.
Build and run Tests on Linux: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L973
Nullability of reference types in value of type 'Task<dynamic?>' doesn't match target type 'Task<dynamic>'.
Build and run Tests on Linux: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1021
Converting null literal or possible null value to non-nullable type.
Build and run Tests on Linux: test/System.Linq.Dynamic.Core.Tests/DynamicExpressionParserTests.cs#L1980
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and run Tests on Linux: test/System.Linq.Dynamic.Core.Tests/DynamicExpressionParserTests.cs#L51
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and run Tests on Linux: test/System.Linq.Dynamic.Core.Tests/DynamicExpressionParserTests.cs#L53
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and run Tests on Linux: test/System.Linq.Dynamic.Core.Tests/QueryableTests.GroupBy.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and run Tests on Linux: test/System.Linq.Dynamic.Core.Tests/TestClasses/StaticHelper.cs#L29
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and run Tests on Linux: test/System.Linq.Dynamic.Core.Tests/TestClasses/StaticHelper.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and run Tests on Linux: test/System.Linq.Dynamic.Core.Tests/TestClasses/StaticHelperSqlExpression.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and run Tests on Linux: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableWithFormattableStringExtensions.cs#L34
Nullability of reference types in value of type 'object?[]' doesn't match target type 'object[]'.
Build and run Tests on Linux: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L970
Converting null literal or possible null value to non-nullable type.
Build and run Tests on Linux: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L971
Converting null literal or possible null value to non-nullable type.
Build and run Tests on Linux: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L973
Nullability of reference types in value of type 'Task<dynamic?>' doesn't match target type 'Task<dynamic>'.