-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Override Stream.CopyTo on FileStream #26061
Comments
@stephentoub is this something you want to take care of? Or is this a good candidate for up-for-grabs? |
Marked it up-for-grabs. |
I'd be happy to take this one |
@tdinucci I just sent you collaborator invite. Once you accept, we can assign it to you - it's GH limitation (just ping me and I will do that, assigning to myself temporarily). |
👍 @karelz, thanks for the tip. I've accepted invite now |
@karelz, forgot to confirm. My understanding is that I should be working on coreclr for this. After I submit PR on coreclr I should wait a couple of days and then submit PR for unit tests on corefx. Is this correct? |
@tdinucci I let @JeremyKuhne confirm what has to happen where and when. |
@tdinucci Create both PRs to show that you have tested. If you haven't seen them already, instructions for consuming your own CoreCLR are here: https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/developer-guide.md#testing-with-private-coreclr-bits You can mark the test PR as no merge pending integration of the dependent change in CoreCLR. |
Determined not to be worthwhile. |
Stream.CopyTo was made virtual in a previous release of .NET Core. We override CopyToAsync on FileStream, but we don't currently override CopyTo.
EDIT: See dotnet/coreclr#17978 (comment) for some thoughts.
The text was updated successfully, but these errors were encountered: