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

Fix RequestBodyFilterAnnotation and MultipleFromForm for MinimalApi #2963

Commits on Jun 24, 2024

  1. Fix RequestBodyFilter for MinimalApi

    Javier García de la Noceda Argüelles committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    dac06e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Add IntegrationTest using Verify and fix error of several [FromForm] …

    …parameters in MinimalApis
    Javier García de la Noceda Argüelles committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4938d8a View commit details
    Browse the repository at this point in the history
  2. Address PR feedback and ensure an exception is thrown(As before), whe…

    …n there are more than 1 Body elements
    Javier García de la Noceda Argüelles committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    49fcf09 View commit details
    Browse the repository at this point in the history
  3. Smarter Linq

    Javier García de la Noceda Argüelles committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a911f00 View commit details
    Browse the repository at this point in the history
  4. No need of throw exception, it's impossible to reach that code in cas…

    …e there are more than one FromBody
    Javier García de la Noceda Argüelles committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    85c7d8a View commit details
    Browse the repository at this point in the history
  5. Put attribute on SwaggerVerifyTest to avoid run the test in paralel

    Javier García de la Noceda Argüelles committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    be22e1e View commit details
    Browse the repository at this point in the history
  6. Delete blank line

    Co-authored-by: Martin Costello <[email protected]>
    jgarciadelanoceda and martincostello committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    914dd19 View commit details
    Browse the repository at this point in the history