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

Add customized document serialization support #2677

Commits on Apr 25, 2024

  1. Added ISwaggerDocumentSerializer

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    89c445d View commit details
    Browse the repository at this point in the history
  2. - Fix breaking binary changes

    - code review suggestions
    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c9f6721 View commit details
    Browse the repository at this point in the history
  3. Removed dummy test

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7522848 View commit details
    Browse the repository at this point in the history
  4. Some more code review fixes

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a02dfa8 View commit details
    Browse the repository at this point in the history
  5. Removed whitespaces

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    471e800 View commit details
    Browse the repository at this point in the history
  6. Added some tests

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e40a1ca View commit details
    Browse the repository at this point in the history
  7. Removed debug code

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    082a1c4 View commit details
    Browse the repository at this point in the history
  8. Added tests on DocumentProvider

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    df70359 View commit details
    Browse the repository at this point in the history
  9. removed unused configurations

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3bf2a65 View commit details
    Browse the repository at this point in the history
  10. More code review comments resolved

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f8b6128 View commit details
    Browse the repository at this point in the history
  11. Fixed dunglish

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    dd7e74f View commit details
    Browse the repository at this point in the history
  12. Fixed merge issues

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    90c7c4d View commit details
    Browse the repository at this point in the history
  13. Fix null reference

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bc6bf47 View commit details
    Browse the repository at this point in the history
  14. fixed call to SwaggerMiddleware

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    284476f View commit details
    Browse the repository at this point in the history
  15. Fixed SwaggerBuilderExtensions

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0b46d4c View commit details
    Browse the repository at this point in the history
  16. Simplified TemplateBinder usage

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    82985cd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    65f2d88 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #2 from remcolam/feature/domaindrivendev#2668-add-…

    …custom-document-serializer-support-via-swaggergenoptions
    
    Switched to using SwaggerOptions to configure the document serializer
    remcolam authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c771dc9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ca28721 View commit details
    Browse the repository at this point in the history
  20. Update src/Swashbuckle.AspNetCore.Swagger/DependencyInjection/Swagger…

    …OptionsExtensions.cs
    
    Co-authored-by: Martin Costello <[email protected]>
    remcolam and martincostello authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c5147d8 View commit details
    Browse the repository at this point in the history
  21. review comments

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    03ecdc7 View commit details
    Browse the repository at this point in the history
  22. More code review items

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    144e41e View commit details
    Browse the repository at this point in the history
  23. Fixed comments

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e2048bf View commit details
    Browse the repository at this point in the history
  24. Some more tweaks

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5c1193e View commit details
    Browse the repository at this point in the history
  25. Update src/Swashbuckle.AspNetCore.Swagger/DependencyInjection/Swagger…

    …OptionsExtensions.cs
    
    Co-authored-by: Martin Costello <[email protected]>
    remcolam and martincostello authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    779b9d9 View commit details
    Browse the repository at this point in the history
  26. Update src/Swashbuckle.AspNetCore.Swagger/DependencyInjection/Swagger…

    …OptionsExtensions.cs
    
    Co-authored-by: Martin Costello <[email protected]>
    remcolam and martincostello authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    90a1c32 View commit details
    Browse the repository at this point in the history
  27. Update src/Swashbuckle.AspNetCore.Swagger/DependencyInjection/Swagger…

    …OptionsExtensions.cs
    
    Co-authored-by: Martin Costello <[email protected]>
    remcolam and martincostello authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5be0578 View commit details
    Browse the repository at this point in the history
  28. Update src/Swashbuckle.AspNetCore.Swagger/DependencyInjection/Swagger…

    …ServiceCollectionExtensions.cs
    
    Co-authored-by: Martin Costello <[email protected]>
    remcolam and martincostello authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    53eba1e View commit details
    Browse the repository at this point in the history
  29. Restored using that was needed

    Remco Lam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    04c3c32 View commit details
    Browse the repository at this point in the history