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.0.18 to 1.0.19 #172

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps System.Linq.Dynamic.Core from 1.0.18 to 1.0.19.

Changelog

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

1.0.19.0 (29 August 2019)

  • #277 - DateTimeIsParsedAsUTC [feature] contributed by StefH
  • #281 - Support for AndAlso and OrElse [feature] contributed by StefH
  • #285 - Fix certain cases where implicit conversions aren't correctly detected when parsing comparison operators [bug] contributed by alexweav
  • #287 - Ensure that one-way implicit conversions also work for value types contributed by alexweav
  • #290 - Added SumAsync contributed by wertzui
  • #292 - Add ConsoleApp using EF6 Effort contributed by StefH
  • #297 - Fix for #294 contributed by david-garcia-garcia
  • #298 - Add 'All', 'Average', 'AverageAsync' and update 'Sum' [feature] contributed by StefH
  • #299 - Add more PredefinedOperatorAliases [feature] contributed by StefH
  • #268 - Timezone conversion [feature]
  • #279 - Support .NET Expression string operators (AndAlso & OrElse) [feature]
  • #282 - Generated SQL with string array. [question]
  • #283 - Order by TypeCode throw exception [question]
  • #284 - String(Null) raises Ambiguous error [question]
  • #291 - Question: How to truncate possibly but not necessarily nullable datetime on SQL side?
  • #293 - Parsing fails when using redundant parentheses [invalid]
  • #294 - Context lost in object initializer [bug]

1.0.18.0 (02 July 2019)

  • #171 - File version attribute is 0.0.0.0 [invalid]
  • #278 - Nuget System.Linq.Dynamic.Core 1.0.17 - Incorrect version [bug]

1.0.17.0 (14 June 2019)

  • #276 - op_Compare also for single "equals" token [bug] contributed by nothrow
  • #274 - Question: Extension method that returns Expression<Func<T, bool>> ? [question]

1.0.16.0 (06 June 2019)

  • #275 - Support Enumerations from System Namespace (e.g. StringComparison) [feature] contributed by StefH

1.0.15.0 (20 May 2019)

  • #273 - Adding support for overloaded op_Equality contributed by nothrow
  • #272 - Allow comparing via overloaded equality operator [feature]

1.0.14.0 (14 May 2019)

  • #270 - Fix for np() opererator for Nullable (e.g. DateTime) contributed by StefH
  • #105 - Feature: Support for EF Core 2.0's EF.Functions.Like() [feature]
  • #265 - Linq CreateQuery throws exception [question]
  • #267 - UseParameterizedNamesInDynamicQuery=true is ignored if predicate in Where clause has Contains() expression [question]
  • #269 - np() opererator fails for (Nullable) DateTime [bug]

1.0.13.0 (03 May 2019)

  • #264 - Fix escape characters parsing [bug] contributed by StefH
  • #266 - Make ExpressionPromoter public + Fix issue with null constant expression compare [bug] contributed by david-garcia-garcia
  • #148 - Question: Using where filter it.Contains(@​0) fails where it.Contains(&quot;keep&quot;) works [question]
  • #154 - Remark: Semantic Versioning... [wontfix]
  • #163 - Issue: Using escaped strings is not working correctly [bug]
  • #240 - Question: What is the proper way to construct a dynamic query for EF Core using DateTime or Nullable DateTime?
  • #241 - Question: Is it possible to project without flattening the result? [question]
  • #244 - Possible to add 'Compare' Extension method [wontfix]
... (truncated)
Commits

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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 30, 2019
@dependabot-preview dependabot-preview bot merged commit 5deb6d7 into master Aug 30, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/System.Linq.Dynamic.Core-1.0.19 branch August 30, 2019 06:21
rnwood added a commit that referenced this pull request Apr 19, 2024
#173)

* Fix bug #172 by reading message data in a byte-wise manner rather than decoding to text and re-endcoding to bytes for the resultant message.
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants