Fix that XML comment examples do not show up if the type is string and the example contains quotation marks - #2727
Conversation
618102c to
96ae699
Compare
|
Thanks for contributing - if you'd like to continue with this pull request, please rebase against the default branch to pick up our new CI. |
|
@dldl-cmd Does this happen to fix general issues with example parsing, such as backslashes in the string leading to the example being omitted completely? |
33ae493 to
3ca86f8
Compare
|
@martincostello It looks like the expected CI builds didn't run here - they're awaiting approval. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #2727 +/- ##
==========================================
- Coverage 92.40% 92.39% -0.02%
==========================================
Files 93 94 +1
Lines 3174 3167 -7
Branches 558 555 -3
==========================================
- Hits 2933 2926 -7
Misses 241 241
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…d the example contains quotation marks
- use static string.Equals - assert for not null and correct type
dbaecbc to
7989435
Compare
|
Is this something that mind find its way into v6.6 by any chance? |
Fix that XML comment examples do not show up if the type is string and the example contains quotation marks
Resolves #2088