Uh oh!
There was an error while loading. Please reload this page.
Remove Net5CompatFileStreamStrategy. - #57735
Conversation
ghost
commented
Aug 19, 2021
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsFixes #55196. I leave it here to be merged when seen fit. c.c. @adamsitnik
|
| // - Net5CompatFileStreamStrategy.CompletionSource | ||
| // Async completion/return codes used by | ||
| // SafeFileHandle.OverlappedValueTaskSource | ||
| internal static class TaskSourceCodes |
There was a problem hiding this comment.
This class is unused but I didn't remove it to avoid surprising any new code that might decide to use it in the meantime until the PR is merged.
adamsitnik
left a comment
There was a problem hiding this comment.
"sight for sore eyes", thank you @teo-tsirpanis !
teo-tsirpanis
commented
Aug 19, 2021
It took me one Google search to understand what you said (thought there was a problem with your eyes and was confused), but I'm glad you liked it. 😊 Removing old code is satisfactory for both the doer and the beholder. |
jeffhandley
commented
Aug 20, 2021
@adamsitnik Our plan was to do this in early 7.0 previews, but after we were sure 6.0 was stabilized and on its path toward GA. If we merge this eagerly, then any changes/fixes to the file stream strategy work might have conflicts between |
adamsitnik
commented
Aug 27, 2021
I plan to merge it after we snap for RC2 (14th of September) |
eerhardt
commented
Sep 16, 2021
@teo-tsirpanis - can you resolve the conflicts in this PR? |
teo-tsirpanis
commented
Sep 16, 2021
Done @eerhardt. |
d5c731f to
cee7adcComparejozkee
commented
Sep 28, 2022
Breaking change doc issue: dotnet/docs#31465 |
Fixes#55196. I leave it here to be merged when seen fit.
c.c. @adamsitnik