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: Use uppercase letter for ArrayOf<Type> type #1009

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

vidrenning
Copy link
Contributor

The first letter of the class name is now converted to upper-case.

Added a test that verifies the correct behavior.

Fixes #1008

Added a test that verifies the correct behavior.

Fixes DigDes#1008
@andersjonsson
Copy link
Collaborator

Seems reasonable

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

Thanks for merging!

@vidrenning vidrenning deleted the arrayof branch February 7, 2024 13:43
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: Generated type ArrayOf<Type> should always use uppercase first letter
2 participants