Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump System.Linq.Dynamic.Core from 1.3.2 to 1.3.3 in /src #2266

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps System.Linq.Dynamic.Core from 1.3.2 to 1.3.3.

Changelog

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

v1.3.3 (24 June 2023)

  • #686 - Add support for casting a string to another type (e.g. int) for Linq2Objects [feature] contributed by StefH
  • #703 - Update logic for AbstractDynamicLinqCustomTypeProvider.GetAssemblyTypesWithDynamicLinqTypeAttribute [feature] contributed by StefH
  • #704 - Fix Average to support nullable types [bug] contributed by StefH
  • #714 - Add support for methods on Enum [feature] contributed by StefH
  • #717 - Extend ParseException with InnerException and StackTrace [feature] contributed by StefH
  • #719 - SupportDotInPropertyNames [feature] contributed by StefH
  • #720 - Fixed result value for bitwise operators when using enums [bug] contributed by StefH
  • #695 - Flags enum with bitwise operator returns as int; should be the enum type [bug]
  • #696 - Methods on type 'Enum' are not accessible. [bug]
  • #700 - Dynamic Average does not support nullable types [bug]
  • #716 - ParseException ToString() does not contain stack trace [feature]
Commits
  • 7b17aeb v1.3.3
  • d0a0d62 Fixed result value for bitwise operators when using enums (#720)
  • 7281dc9 SupportDotInPropertyNames (#719)
  • ab20e22 Extend ParseException with InnerException and StackTrace (#717)
  • 586ba45 Add support for methods on Enum (#714)
  • 4cc72c4 Fix Average to support nullable types (#704)
  • d8754c2 Update logic for AbstractDynamicLinqCustomTypeProvider.GetAssemblyTypesWithDy...
  • 245b098 Add support for casting a string to another type (e.g. int) for Linq2Objects ...
  • See full diff 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)

Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.3.2 to 1.3.3.
- [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.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: System.Linq.Dynamic.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 26, 2023 14:03
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 26, 2023
@kbeaugrand kbeaugrand enabled auto-merge (squash) June 26, 2023 14:45
@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (13128b7) 88.43% compared to head (dcda840) 88.43%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2266   +/-   ##
=======================================
  Coverage   88.43%   88.43%           
=======================================
  Files         296      296           
  Lines       11314    11314           
=======================================
  Hits        10006    10006           
  Misses       1308     1308           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kbeaugrand kbeaugrand merged commit ce0bb8c into main Jun 26, 2023
@kbeaugrand kbeaugrand deleted the dependabot/nuget/src/System.Linq.Dynamic.Core-1.3.3 branch June 26, 2023 14:48
# for free to join this conversation on GitHub. Already have an account? # 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.

1 participant