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

[C#] fix anyof, oneof mixed primitive object parse error #17986

Commits on Oct 13, 2023

  1. Update csharp oneOf and anyOf mustache templates to accept primitive,…

    … object, and array types when deserializing
    
     Add bug openapi spec
    
    Remove generated files
    
    Add test endpoints
    
    Generate base on spec
    
    Remove issue spec as it is moved into sample test spec
    
    Add back in number and int
    
    Round trip anyOf/oneOf serialization tests
    
    Generate classes with int/num types
    
    Do through converter instead of object ctor
    
    Regen models
    
    Use convert methods
    
    Regen models
    
    Test data
    
    Add enum
    
    Remove enums
    
    Regenned models
    ForgeRubenAguilar committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    606437d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Merge branch 'csharp/anyof-oneof-mixed-primitive-object-parse-error' of

    https://github.com/ForgeRubenAguilar/openapi-generator into ForgeRubenAguilar-csharp/anyof-oneof-mixed-primitive-object-parse-error
    wing328 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c49fb71 View commit details
    Browse the repository at this point in the history
  2. update sha256

    wing328 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4515ba7 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. use new spec

    wing328 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    34f7b25 View commit details
    Browse the repository at this point in the history
  2. skip tests

    wing328 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e400a4d View commit details
    Browse the repository at this point in the history
  3. update workflow

    wing328 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d67541e View commit details
    Browse the repository at this point in the history
  4. fix

    wing328 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    bfa1351 View commit details
    Browse the repository at this point in the history