Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency System.Linq.Dynamic.Core to v1.3.14 #3417

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
System.Linq.Dynamic.Core (source) 1.3.3 -> 1.3.14 age adoption passing confidence

Release Notes

zzzprojects/System.Linq.Dynamic.Core (System.Linq.Dynamic.Core)

v1.3.14

  • #​804 - Fix calling methods on a constant string [bug] contributed by StefH
  • #​806 - Support implicit boolean operator for logical operations (And, Or) [feature] contributed by StefH
  • #​808 - Fix calling Average without any arguments [bug] contributed by StefH
  • #​809 - Add unit test: Where_Dynamic_ConcatString [test] contributed by StefH
  • #​811 - Add extra unit test for calling methods on a string property [test] contributed by StefH
  • #​451 - Cannot compare 'Object' type [feature]
  • #​626 - '&&' and '||' operators incompatible between operand type 'bool' and type with implicit conversation to 'bool' [bug]
  • #​633 - Fail to GroupBy Select Where Average [bug]
  • #​783 - Performance Issue with EF Core 8.0 and Microsoft.EntityFrameworkCore.DynamicLinq Package [duplicate]
  • #​803 - Updating to 1.3.13 - No property or field 'XXXXX' exists in type 'Char' [bug]
  • #​810 - Issue with Where() method when filtering multiple string properties while using ToLower() [bug]

v1.3.13

  • #​802 - Fix DynamicExpressionParser for IQueryable [bug] contributed by StefH
  • #​801 - ExpressionParser finds Types from IEnumerable instead of IQueryable (breaks Code) (worked in 1.3.9) [bug]

v1.3.12

  • #​800 - Fix String.Equals together with other condition [bug] contributed by StefH
  • #​799 - Error with 'Equals' together with other parameters [bug]

v1.3.11

  • #​785 - Add CodeFirst examples for .NET 6 and 8 [test] contributed by StefH
  • #​795 - Fix Aggregate methods Average and Sum [bug] contributed by StefH
  • #​796 - Fixed ParseArgumentList when using lambda filter on list of dictionaries [bug] contributed by StefH
  • #​798 - Fix when using LINQ methods like "Any" on a string [bug] contributed by StefH
  • #​415 - Problem with Query over JObject, Filter with SubProperty not returning the correct value [bug]
  • #​440 - it isn't interpreted as the inner parameter when using All or Any [bug]
  • #​793 - Failure in ParseArgumentList when using lambda filter on list of dictionaries [bug]
  • #​794 - DynamicExpressionParser.ParseLambda regressions in v1.3.10 [bug]

v1.3.10

  • #​774 - Fixed calling property on nested static class [bug] contributed by StefH
  • #​777 - Keep original type from subquery [bug] contributed by StefH
  • #​772 - Static helper class with name as property doesn't work after updating from v.1.0.8.18 to 1.3.8 [bug]
  • #​775 - Value typed property from subquery are casted as object [bug]
  • #​779 - try to call function inside select [bug]

v1.3.9

  • #​761 - Add unit tests for Any [test] contributed by StefH
  • #​765 - Introduce Sliding Cache to Constant Expression Helper [feature] contributed by TWhidden
  • #​770 - Enhancements to SlidingCache<> for Improved Thread Safety and Performance [feature] contributed by TWhidden
  • #​780 - Add RadzenDataGrid.BlazorApp example [test] contributed by StefH
  • #​764 - Possible Memory Leak with ConstantExpressionHelper [bug]
  • #​769 - Enhancements to SlidingCache<> for Improved Thread Safety and Performance [bug]

v1.3.8

  • #​758 - Update function argument parsing for strings [bug] contributed by StefH
  • #​760 - Update function argument parsing for strings (part 2) [bug] contributed by StefH
  • #​757 - ParseException after update from v.1.0.8.18 to 1.0.9.0 or any newer (till 1.3.7) [bug]
  • #​759 - Still yet ParseException after update from v.1.0.8.18 to 1.0.9.0 or any newer (till 1.3.7) [bug]

v1.3.7

  • #​756 - Add support for .NET 8 + Microsoft.EntityFrameworkCore 8 [feature] contributed by StefH

v1.3.6

  • #​750 - DynamicLinqTypeAttribute can now also be defined on an interface [feature] contributed by StefH
  • #​755 - Fix KeywordsHelper [bug] contributed by StefH
  • #​745 - The DynamicLinqType attribute can not be added to interfaces. [refactor]
  • #​754 - Parameters of lambdas in the supplied expression have lower priority than defined types, even when casing differs [bug]

v1.3.5

  • #​728 - added symbol check when checking for identifier [feature] contributed by abbasc52
  • #​730 - Add PackageReadme to NuGet [feature] contributed by StefH
  • #​731 - Add logic to convert any array to object array. [feature] contributed by StefH
  • #​732 - Add config setting: DisallowNewKeyword [feature] contributed by StefH
  • #​739 - Fix AddSignatures and SubtractSignatures [bug] contributed by StefH
  • #​743 - Add support for out keyword [feature] contributed by StefH
  • #​744 - Add some more tests for Max [test] contributed by StefH
  • #​389 - ExpressionPromoter.Promote Limitations to Detect plausible method matches [feature]
  • #​727 - Type from registered type has higher preference than input parameter expression with same name [feature]
  • #​737 - Exception when trying to add/subtract types 'DateTime' and 'TimeSpan' [bug]
  • #​741 - out keyword is not working with dynamic linq [feature]

v1.3.4

  • #​723 - Handle UseParameterizedNamesInDynamicQuery when parsing dynamic OfType function contributed by yonguelink
  • #​722 - UseParameterizedNamesInDynamicQuery set to true breaks OfType method call

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file p: Lowest t: Task labels Aug 23, 2023
@renovate renovate bot enabled auto-merge (squash) August 23, 2023 15:56
@renovate renovate bot force-pushed the renovate/system.linq.dynamic.core-1.x branch from e0ccaca to 8df2e3d Compare December 2, 2023 01:57
@renovate renovate bot changed the title Update dependency System.Linq.Dynamic.Core to v1.3.4 Update dependency System.Linq.Dynamic.Core to v1.3.7 Dec 2, 2023
@renovate renovate bot force-pushed the renovate/system.linq.dynamic.core-1.x branch from 8df2e3d to 1320d38 Compare February 2, 2024 02:37
@renovate renovate bot changed the title Update dependency System.Linq.Dynamic.Core to v1.3.7 Update dependency System.Linq.Dynamic.Core to v1.3.8 Feb 2, 2024
@renovate renovate bot force-pushed the renovate/system.linq.dynamic.core-1.x branch from 1320d38 to 03636c7 Compare May 5, 2024 02:19
@renovate renovate bot changed the title Update dependency System.Linq.Dynamic.Core to v1.3.8 Update dependency System.Linq.Dynamic.Core to v1.3.14 May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file p: Lowest t: Task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants