ASPNETCore-WebAPI-Sample
ASPNETCore-WebAPI-Sample copied to clipboard
Bump System.Linq.Dynamic.Core from 1.2.24 to 1.6.0 in /SampleWebApiAspNetCore
Bumps System.Linq.Dynamic.Core from 1.2.24 to 1.6.0.
Changelog
Sourced from System.Linq.Dynamic.Core's changelog.
v1.6.0 (26 January 2025)
- #884 - By default the RestrictOrderByToPropertyOrField is now set to true in the ParsingConfig [feature] contributed by StefH
- #867 - CVE-2024-51417: System.Linq.Dynamic.Core allows remote access to properties on reflection types and static properties/fields [bug]
v1.6.0-preview-03 (25 January 2025)
- #876 - Update and Fix SecurityTests [test] contributed by mariusz96
- #882 - ExpressionParser: add 2nd ctor with an extra non-optional parameter [feature] contributed by StefH
- #883 - Fix the usage of ParsingConfig in some methods in the DynamicQueryableExtensions class [bug] contributed by StefH
- #881 - ExpressionParser ctor in 1.5.0 not compatible with earlier versions [feature]
v1.6.0-preview-02 (24 January 2025)
- #874 - Fix calling static properties or fields in non-static class [bug] contributed by StefH
- #875 - Add option to ParsingConfig to allow the Equals and ToString methods on object [feature] contributed by StefH
- #879 - Change internal usage from obsolete IDynamicLinkCustomTypeProvider to IDynamicLinqCustomTypeProvider [feature] contributed by StefH
- #873 - Accessing static property or field in normal class does not work [bug]
- #878 - ParsingConfig change Type of CustomTypeProvider to IDynamicLinqCustomTypeProvider in Version 1.6.0-preview-01 [feature]
v1.6.0-preview-01 (23 January 2025)
- #864 - Use ParsingConfig.IsCaseSensitive setting in TextParser and KeywordsHelper [feature] contributed by StefH
- #865 - Add OrderBy NullPropagation tests [test] contributed by StefH
- #866 - Refactor KeywordsHelper, TypeFinder and update comments on ParsingConfig [refactor] contributed by StefH
- #870 - Fix CVE-2024-51417 [bug] contributed by StefH
- #773 - Parse exceptions with (nested) static classes [bug]
v1.5.1 (14 December 2024)
- #859 - Add SelectMany extension method for Json [feature] contributed by StefH
- #860 - Add support for SequenceEqual [feature] contributed by StefH
- #861 - Fix calling Sum without any arguments [bug] contributed by StefH
- #862 - Use different PackageIds for SystemTextJson and NewtonsoftJson projects [feature] contributed by StefH
- #855 - Support for SequenceEqual [feature]
- #856 - Using Sum method without arguments throws exception [bug]
- #858 - SelectMany not work over JSON [bug]
v1.5.0 (07 December 2024)
- #791 - Add Json support [feature] contributed by StefH
- #857 - RestrictOrderByToPropertyOrField [feature] contributed by StefH
- #789 - Add JSON support [feature]
v1.4.9 (16 November 2024)
v1.4.8 (31 October 2024)
- #851 - Throw ArgumentException when expression has invalid compare (e.g. string with int) [bug] contributed by StefH
- #849 - 1.4.7 Regression -- NullReferenceException from invalid expression instead of ArgumentException [bug]
v1.4.7 (26 October 2024)
- #847 - Fixed String.Concat when types differ [bug] contributed by StefH
- #845 - String concatenations fails with System.ArgumentException during parsing [bug]
v1.4.6 (13 October 2024)
... (truncated)
Commits
ad66a96v1.6.0867d483By default the RestrictOrderByToPropertyOrField is now set to true in the Par...bd4b8c7Update README.md [breaking change 1.6.0]93d5b92v1.6.0-preview-03cb09b72Fix the usage of ParsingConfig in some methods in the DynamicQueryableExtensi...bcd8f7bUpdate and Fix SecurityTests (#876)1ed7a23ExpressionParser: add 2nd ctor with an extra non-optional parameter (#882)233881cv1.6.0-preview-021934a14Add option to ParsingConfig to allow the Equals and ToString methods on objec...fca802eChange internal usage from obsolete IDynamicLinkCustomTypeProvider to IDynami...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.