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

Returned error for unsupported enumerable value types in paging handlers #7712

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

glen-84
Copy link
Collaborator

@glen-84 glen-84 commented Nov 13, 2024

Summary of the changes (Less than 80 chars)

  • Returned error for unsupported enumerable value types in paging handlers.

Closes #7628

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.01%. Comparing base (a18706c) to head (e32e1d5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7712      +/-   ##
==========================================
- Coverage   74.02%   74.01%   -0.01%     
==========================================
  Files        2918     2918              
  Lines      151252   151256       +4     
  Branches    17576    17578       +2     
==========================================
- Hits       111959   111957       -2     
- Misses      33440    33447       +7     
+ Partials     5853     5852       -1     
Flag Coverage Δ
unittests 74.01% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@glen-84 glen-84 added this to the HC-14.2.0 milestone Nov 14, 2024
@glen-84 glen-84 added the 🍒 cherry-pick Consider cherry-picking these changes into the previous major version. label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 cherry-pick Consider cherry-picking these changes into the previous major version. 🌶️ hot chocolate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UsePaging does not work with ImmutableArray struct
1 participant