Skip to content

Update EntityFramework to version 6.5 to fix CVE (#819) #795

Update EntityFramework to version 6.5 to fix CVE (#819)

Update EntityFramework to version 6.5 to fix CVE (#819) #795

Triggered via push June 15, 2024 15:47
Status Success
Total duration 5m 48s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

50 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: 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: 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: 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: src/System.Linq.Dynamic.Core/PagedResult.cs#L15
Non-nullable property 'Queryable' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/System.Linq.Dynamic.Core/PagedResult.cs#L62
Non-nullable property 'Queryable' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: 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: 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: 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: 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: 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: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1055
Cannot convert null literal to non-nullable reference type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1058
Cannot convert null literal to non-nullable reference type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1064
Cannot convert null literal to non-nullable reference type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableWithFormattableStringExtensions.cs#L34
Nullability of reference types in value of type 'object?[]' doesn't match target type 'object[]'.
build: src/System.Linq.Dynamic.Core/Compatibility/CustomTypeBuilderExtensions.cs#L11
Dereference of a possibly null reference.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L970
Converting null literal or possible null value to non-nullable type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L971
Converting null literal or possible null value to non-nullable type.
build: 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: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1055
Cannot convert null literal to non-nullable reference type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1058
Cannot convert null literal to non-nullable reference type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1064
Cannot convert null literal to non-nullable reference type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableWithFormattableStringExtensions.cs#L34
Nullability of reference types in value of type 'object?[]' doesn't match target type 'object[]'.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L970
Converting null literal or possible null value to non-nullable type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L971
Converting null literal or possible null value to non-nullable type.
build: 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: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1021
Converting null literal or possible null value to non-nullable type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1055
Cannot convert null literal to non-nullable reference type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1058
Cannot convert null literal to non-nullable reference type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1064
Cannot convert null literal to non-nullable reference type.
build: test/System.Linq.Dynamic.Core.Tests/ParsingConfigTests.cs#L10
Nullability of reference types in type of parameter 'provider' of 'bool TestQueryableAnalyzer.SupportsLinqToObjects(IQueryable query, IQueryProvider provider)' doesn't match implicitly implemented member 'bool IQueryableAnalyzer.SupportsLinqToObjects(IQueryable query, IQueryProvider? provider = null)' (possibly because of nullability attributes).
build: test/System.Linq.Dynamic.Core.Tests/ComplexTests.cs#L14
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/System.Linq.Dynamic.Core.Tests/Util/ParameterExpressionRenamerTests.cs#L19
Converting null literal or possible null value to non-nullable type.
build: test/System.Linq.Dynamic.Core.Tests/Util/ParameterExpressionRenamerTests.cs#L23
Dereference of a possibly null reference.
build: test/System.Linq.Dynamic.Core.Tests/Util/ParameterExpressionRenamerTests.cs#L36
Converting null literal or possible null value to non-nullable type.
build: test/System.Linq.Dynamic.Core.Tests/Util/ParameterExpressionRenamerTests.cs#L40
Dereference of a possibly null reference.
build: test/System.Linq.Dynamic.Core.Tests/Util/ParameterExpressionRenamerTests.cs#L51
Converting null literal or possible null value to non-nullable type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1055
Cannot convert null literal to non-nullable reference type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1058
Cannot convert null literal to non-nullable reference type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1064
Cannot convert null literal to non-nullable reference type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableWithFormattableStringExtensions.cs#L34
Nullability of reference types in value of type 'object?[]' doesn't match target type 'object[]'.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L970
Converting null literal or possible null value to non-nullable type.
build: src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L971
Converting null literal or possible null value to non-nullable type.