Add support for $count segments within $expand - #2507
Draft
KenitoInc wants to merge 470 commits into
Draft
Conversation
* Update ODL dependencies to 7.5.0
- Update package versions.
- Revert test workaround for the pending 7.5.0 release.
- Disable obsolete warnings for AggregateTransformationNode.Expressions introduced in v7.5.0
* Update dependencies on classic side and performance.sln.
* Adding support to entity set aggregations.
* Enable IN operator for $filter. Supported collections include paren-defined collections, property collections, and navigation properties. * Added test cases to accompany change.
* downgrade the newtonsoft.json version to 6.0.4 for classic * change the newtonsoft.json version in classic test
* create test and solve issue * remove 2e2 test and add unit test * remove file of test * refactor test Co-authored-by: Dilshod Komilov <komilovd@silkroadprofessionals.com>
* add unit test and fix * rename method and variables Co-authored-by: Dilshod Komilov <komilovd@silkroadprofessionals.com>
Bumps System.Net.Http from 4.3.0 to 4.3.4. Signed-off-by: dependabot[bot] <support@github.com>
Bumps System.Net.Http from 4.3.0 to 4.3.4. Signed-off-by: dependabot[bot] <support@github.com>
Bumps [System.Text.Encodings.Web](https://github.com/dotnet/corefx) from 4.6.0 to 4.7.2. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) Signed-off-by: dependabot[bot] <support@github.com>
Bumps System.Net.Http from 4.3.0 to 4.3.4. Signed-off-by: dependabot[bot] <support@github.com>
Bumps [System.Text.Encodings.Web](https://github.com/dotnet/corefx) from 4.6.0 to 4.7.2. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) Signed-off-by: dependabot[bot] <support@github.com>
- This was caught when moving ServiceCollection to another assembly (type forwarded).
KenitoInc
marked this pull request as draft
June 7, 2021 18:45
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
xuzhg
force-pushed
the
master
branch
2 times, most recently
from
May 29, 2026 01:09
4c43a84 to
ddfd3dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues
This pull request fixes issue #xxx.
Description
Briefly describe the changes of this pull request.
Checklist (Uncheck if it is not completed)
Additional work necessary
If documentation update is needed, please add "Docs Needed" label to the issue and provide details about the required document change in the issue.