-
Notifications
You must be signed in to change notification settings - Fork 382
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
Can't write into MultiplexedStream
#578
Comments
HofmeisterAn
added a commit
to HofmeisterAn/Docker.DotNet
that referenced
this issue
Jul 22, 2022
HofmeisterAn
added a commit
to HofmeisterAn/Docker.DotNet
that referenced
this issue
Aug 18, 2022
HofmeisterAn
added a commit
to HofmeisterAn/Docker.DotNet
that referenced
this issue
Aug 18, 2022
galvesribeiro
pushed a commit
that referenced
this issue
Aug 30, 2022
* fix(#578): Add ChunkedReadStream write operations * chore: Replace EOL .NET Core version 3 with 6 * fix: Set fetch-depth to 0, update Nerdbank.GitVersioning * refactor: Remove unnecessary preprocessor directives (target is always >= netstandard2.0) * refactor: Use async API (IAsyncLifetime) to create test fixtures
Fixed by #579, not yet published. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Writing into
MultiplexedStream
throwsSystem.NotSupportedException: 'Specified method is not supported'
: #554 (comment).The text was updated successfully, but these errors were encountered: