Skip to content

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

Merged
tefra merged 1 commit intomainfrom
fix-860
Dec 29, 2023
Merged

XmlSerializer should ignore empty non-nillable/required tokens#902
tefra merged 1 commit intomainfrom
fix-860

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

@sonarqubecloud
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
@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