Skip to content

Fix Ids overloads on PinnedQuery #4741

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

Merged
merged 1 commit into from
Jun 10, 2020
Merged

Fix Ids overloads on PinnedQuery #4741

merged 1 commit into from
Jun 10, 2020

Conversation

russcam
Copy link
Contributor

@russcam russcam commented Jun 5, 2020

This commit fixes the Ids overloads on PinnedQuery by
performing the conversion to IEnumerable on each
overload and assigning to the Ids value.

Fixes #4733

This commit fixes the Ids overloads on PinnedQuery by
performing the conversion to IEnumerable<Id> on each
overload and assigning to the Ids value.

Fixes #4733
@russcam russcam merged commit f7718c4 into master Jun 10, 2020
@russcam russcam deleted the fix/4733 branch June 10, 2020 02:28
github-actions bot pushed a commit that referenced this pull request Jun 10, 2020
This commit fixes the Ids overloads on PinnedQuery by
performing the conversion to IEnumerable<Id> on each
overload and assigning to the Ids value.

Fixes #4733
github-actions bot pushed a commit that referenced this pull request Jun 10, 2020
This commit fixes the Ids overloads on PinnedQuery by
performing the conversion to IEnumerable<Id> on each
overload and assigning to the Ids value.

Fixes #4733
russcam added a commit that referenced this pull request Jun 10, 2020
This commit fixes the Ids overloads on PinnedQuery by
performing the conversion to IEnumerable<Id> on each
overload and assigning to the Ids value.

Fixes #4733

Co-authored-by: Russ Cam <russ.cam@elastic.co>
russcam added a commit that referenced this pull request Jun 10, 2020
This commit fixes the Ids overloads on PinnedQuery by
performing the conversion to IEnumerable<Id> on each
overload and assigning to the Ids value.

Fixes #4733

Co-authored-by: Russ Cam <russ.cam@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stack overflow when using a pinned query
2 participants