[go: up one dir, main page]

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

Fix xml method description when dictionary args present #7765

Merged
merged 4 commits into from
Nov 27, 2024

Conversation

smbecker
Copy link
Contributor

Fixes issue where XML method descriptions could not be retrieved when the method included a Dictionary as one of the parameters.

Closes #7764

@CLAassistant
Copy link
CLAassistant commented Nov 25, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Member
@michaelstaib michaelstaib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your change has caused other tests you fail, can you have a look at the issues in the checks.

@michaelstaib
Copy link
Member
image

@smbecker
Copy link
Contributor Author
image

Should be fixed

Copy link
codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.33%. Comparing base (98c8879) to head (4becbd1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7765      +/-   ##
==========================================
- Coverage   74.33%   74.33%   -0.01%     
==========================================
  Files        2860     2860              
  Lines      149841   149842       +1     
  Branches    17411    17411              
==========================================
- Hits       111389   111379      -10     
- Misses      32655    32667      +12     
+ Partials     5797     5796       -1     
Flag Coverage Δ
unittests 74.33% <ø> (-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 05bb550 into ChilliCream:main Nov 27, 2024
102 checks passed
@glen-84 glen-84 added this to the HC-14.2.0 milestone Nov 27, 2024
@glen-84 glen-84 added the 🍒 cherry-pick Consider cherry-picking these changes into the previous major version. label Nov 27, 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.

Unable to retrieve XML documentation for methods with Dictionary arguments
4 participants