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

XmlSerializer should ignore empty non-nillable/required tokens #902

Merged
merged 1 commit into from
Dec 29, 2023
Merged

Conversation

tefra
Copy link
Owner

@tefra tefra commented Dec 29, 2023

📒 Description

The xml serializer write_tokens only takes into account nillable nmtokens, everything else is generated even when the list is empty but it's not required.

Resolves #860

🔗 What I've Done

Write a description of the steps taken to resolve the issue

💬 Comments

A place to write any comments to the reviewer.

🛫 Checklist

Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@tefra tefra merged commit fa05d61 into main Dec 29, 2023
12 checks passed
@tefra tefra deleted the fix-860 branch December 29, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Serializer render particularities
1 participant