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

Bump System.Linq.Dynamic.Core from 1.2.23 to 1.3.0 in /Phase 7/Dashboard/MVC/src/02. Step 2/Pezza.DataAccess #24

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 27, 2023

Bumps System.Linq.Dynamic.Core from 1.2.23 to 1.3.0.

Changelog

Sourced from System.Linq.Dynamic.Core's changelog.

v1.3.0 (03 March 2023)

  • #669 - Methods should only be callable on predefined types [security] contributed by StefH
  • #671 - Add support for DateOnly and TimeOnly [feature] contributed by StefH
  • #672 - Fixed ExpressionParser when WrappedValue-string is used for equals-operator for Enum [bug] contributed by StefH
  • #674 - Fixed ExpressionParser when WrappedValue-string is used for equals-operator for Enum [refactor] contributed by neilbgr
  • #676 - Change default setting for PrioritizePropertyOrFieldOverTheType to 'true'. [bug] contributed by StefH
  • #660 - Question about security [security]
  • #667 - DateOnly support [feature]
  • #668 - With UseParameterizedNamesInDynamicQuery, can't compare enum type with String [bug]
  • #675 - Expression does not parse any more 1.2.25 (works in 1.2.24) [bug]

v1.2.25 (05 February 2023)

  • #664 - Add config setting for PrioritizePropertyOrFieldOverTheType [feature] contributed by StefH
  • #665 - Update AbstractDynamicLinqCustomTypeProvider to exclude null types [bug] contributed by StefH
  • #666 - Fixed ExpressionParser when WrappedValue-string is used for equals-operator contributed by StefH
  • #645 - With UseParameterizedNamesInDynamicQuery, can't compare DateTimeOffset with String [bug]
  • #662 - System.Linq.Dynamic.Core.Exceptions.ParseException : No applicable method 'DateTime' exists in type [feature]

v1.2.24 (18 December 2022)

  • #621 - Fix Join on inherited class [bug] contributed by StefH
  • #646 - Add more unittests for issue 645 [feature] contributed by StefH
  • #647 - Support nullable notation "xxx?" in As expression [feature] contributed by StefH
  • #649 - Fix DynamicExpressionParser and ExpressionPromoter to support LambdExpression [bug] contributed by StefH
  • #653 - Add support to cast to a fully qualified type [feature] contributed by StefH
  • #614 - Join problem with inherited entities [bug]
  • #652 - Implement casting to fully qualified type [feature]
Commits
  • f3b9aca update changelog for v1.3.0
  • 93e0c8c v1.3.0 + generate docs
  • ff3e77e Change default setting for PrioritizePropertyOrFieldOverTheType to 'true'. (#...
  • 3fb84e9 Methods should only be callable on predefined types (#669)
  • c8edded Fixed ExpressionParser when WrappedValue-string is used for equals-operator f...
  • 5cf8357 Add support for DateOnly and TimeOnly (#671)
  • f5676b0 v1.2.25
  • 6c7872d Fixed ExpressionParser when WrappedValue-string is used for equals-operator (...
  • efaa34c Update AbstractDynamicLinqCustomTypeProvider to exclude null types (#665)
  • f7b42ed Add config setting for PrioritizePropertyOrFieldOverTheType (#664)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 27, 2023
Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.2.23 to 1.3.0.
- [Release notes](https://github.com/zzzprojects/System.Linq.Dynamic.Core/releases)
- [Changelog](https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/master/CHANGELOG.md)
- [Commits](zzzprojects/System.Linq.Dynamic.Core@v1.2.23...v1.3.0)

---
updated-dependencies:
- dependency-name: System.Linq.Dynamic.Core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Phase-7/Dashboard/MVC/src/02.-Step-2/Pezza.DataAccess/System.Linq.Dynamic.Core-1.3.0 branch from 580d5df to 938becd Compare July 23, 2023 11:37
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 23, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

1 similar comment
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 23, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Author

dependabot bot commented on behalf of github Feb 18, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/Phase-7/Dashboard/MVC/src/02.-Step-2/Pezza.DataAccess/System.Linq.Dynamic.Core-1.3.0 branch February 18, 2024 05:28
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant