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

Handle Stream and PipeReader content types correctly #2784

Commits on Apr 13, 2024

  1. Remove unused parameter

    Fix warning by removing unused parameter from private method.
    martincostello committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    d69e86f View commit details
    Browse the repository at this point in the history
  2. Allocate array once

    Only allocate the array once, rather than on every call.
    martincostello committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    ac1afcf View commit details
    Browse the repository at this point in the history
  3. Handle parameters of type Stream and PipeReader

    Do not generate schema models for `Stream` and `PipeReader`.
    See dotnet/aspnetcore#44677 (comment).
    martincostello committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    044a995 View commit details
    Browse the repository at this point in the history