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

String and Byte[] are special-cases since they are built in types tha… #960

Commits on Sep 13, 2023

  1. String and Byte[] are special-cases since they are built in types tha…

    …t C# sees as enumerable. They should not be unbounded in the wsdl since that would cause clients to generate byte[] as byte[][] etc.
    
    fixes DigDes#959
    andersjonsson committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5026da3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b31fe23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    216498a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de959b8 View commit details
    Browse the repository at this point in the history
  5. added and fixed tests

    andersjonsson committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5b14f73 View commit details
    Browse the repository at this point in the history
  6. weird pre-existing unit test that actually verified that the "Element…

    …Name"-property of XmlElementAttribute was not used as name in the wsdl. Unclear if this change will cause havoc
    andersjonsson committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0a338d2 View commit details
    Browse the repository at this point in the history