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 WSDL: Fix generated schema for DateTimeOffset #1014

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

vidrenning
Copy link
Contributor

XmlSerializer will serialize a DateTimeOffset simply as a string.

Adjusted the DateTimeOffset test so that it works for both, DataContractSerializer and XmlSerializer.

Fixes #1013

XmlSerializer will serialize a DateTimeOffset simply as a string.

Adjusted the DateTimeOffset test so that it works for both,
DataContractSerializer and XmlSerializer.

Fixes DigDes#1013
@andersjonsson
Copy link
Collaborator

Seems to be the right thing to do! Thanks!

@andersjonsson andersjonsson merged commit c9b1127 into DigDes:develop Feb 9, 2024
3 checks passed
@vidrenning
Copy link
Contributor Author

Thank you for merging! Would it be possible to build a new NuGet package with the latest changes? Having an officially released NuGet package available would make deployment much easier for my situation.🙂

@vidrenning vidrenning deleted the datetimeoffset branch February 9, 2024 08:56
@andersjonsson
Copy link
Collaborator

Would it be possible to build a new NuGet package with the latest changes?

Sure! I'll try to get that done in a bit

@vidrenning
Copy link
Contributor Author

Great, thank you! 🙂

@andersjonsson
Copy link
Collaborator

Done!

@vidrenning
Copy link
Contributor Author

Thank you very much, unfortunately I have found another issue (#1015). Well that's life 😅.

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.

XmlSerializer WSDL for DateTimeOffset invalid
2 participants