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

Use DisposeAsync in FileStreamResultExecutor #55524

Merged
merged 3 commits into from
May 17, 2024
Merged

Commits on Apr 30, 2024

  1. Use DisposeAsync in FileStreamResultExecutor

    FileStreamResultExecutor doesn't work well with streams that support and/or require async dispose.
    ascott18 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9dcc8bc View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. add test

    ascott18 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5a4ff5a View commit details
    Browse the repository at this point in the history
  2. fix indentation

    ascott18 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    7442127 View commit details
    Browse the repository at this point in the history