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

Added support for IDictionary & IReadOnlyDictionary to ListTypeConverter #7309

Merged
merged 2 commits into from
Aug 2, 2024

Conversation

glen-84
Copy link
Collaborator

@glen-84 glen-84 commented Jul 26, 2024

Summary of the changes (Less than 80 chars)

  • Added support for IDictionary & IReadOnlyDictionary to ListTypeConverter.

Closes #5804
Closes #6697

Copy link

codecov bot commented Jul 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.00%. Comparing base (596aeac) to head (2e937cb).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7309      +/-   ##
==========================================
- Coverage   76.01%   76.00%   -0.01%     
==========================================
  Files        2459     2767     +308     
  Lines      121969   138130   +16161     
==========================================
+ Hits        92719   104992   +12273     
- Misses      29250    33138    +3888     
Flag Coverage Δ
unittests 76.00% <100.00%> (-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.

@michaelstaib michaelstaib merged commit b632047 into main Aug 2, 2024
181 of 190 checks passed
@michaelstaib michaelstaib deleted the gai/issue-6697 branch August 2, 2024 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validation of OneOf failing Converting GraphQL Input [KeyValuePair] to IDictionary causes an error
2 participants