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

Support Xml default namespace #904

Merged

Conversation

yhvicey
Copy link
Contributor

@yhvicey yhvicey commented Apr 15, 2020

What kind of change does this PR introduce?
Feature

What is the current behavior?
XmlContentSerializer won't pass default namespace to XmlSerializer's constuctor

What is the new behavior?
XmlContentSerializer will pass default namespace to XmlSerializer's constuctor. If there's no default namespace specified, then default behavior (using null as the default namespace) will be used.

What might this PR break?
It won't break any existing code in theory.

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

@clairernovotny
Copy link
Member

Can you please add a unit test that shows it working? It will help prevent regressions.

@clairernovotny clairernovotny merged commit e2a70c5 into reactiveui:master Sep 3, 2020
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants