Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 28, 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] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 28, 2023
@dependabot dependabot bot force-pushed the dependabot/nuget/samples/snippets/csharp/programming-guide/dynamic-linq-expression-trees/System.Linq.Dynamic.Core-1.3.3 branch from 915e686 to 098053e Compare June 28, 2023 03:53
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.

0 participants