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 invalid characters in generated XML docs #607

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

Conversation

christianhelle
Copy link
Owner

This resolves #605

This pull request introduces several changes aimed at improving XML documentation generation and ensuring that symbols in descriptions are properly escaped. Additionally, it includes updates to the project files to generate documentation files and adds new tests to verify these changes.

Improvements to XML documentation generation:

Updates to project files:

New tests to verify changes:

Additional minor changes:

@christianhelle christianhelle added enhancement New feature, bug fix, or request .NET Pull requests that contain changes to .NET code labels Feb 2, 2025
@christianhelle christianhelle self-assigned this Feb 2, 2025
Copy link

sonarqubecloud bot commented Feb 2, 2025

Copy link

codecov bot commented Feb 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.97%. Comparing base (2f0eaa3) to head (125b398).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #607      +/-   ##
==========================================
+ Coverage   95.10%   98.97%   +3.87%     
==========================================
  Files          54       55       +1     
  Lines        2716     2639      -77     
==========================================
+ Hits         2583     2612      +29     
+ Misses         99        4      -95     
+ Partials       34       23      -11     
Flag Coverage Δ
unittests 98.97% <100.00%> (+3.87%) ⬆️

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, bug fix, or request .NET Pull requests that contain changes to .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken xml doc when swagger descriptions contains "<" or ">" characters
1 participant