-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Revert "Disable Net5CompatFileStream by default (#50166)" #51142
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
Conversation
This reverts commit 8b2ad5b to unblock dotnet/sdk.
|
Tagging subscribers to this area: @carlossanlop Issue DetailsPartially addresses #51141 Unblocks dotnet/sdk#16810 This reverts commit 8b2ad5b to unblock dotnet/sdk.
|
adamsitnik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@carlossanlop thank you for doing this! I hope to have a bug fix tomorrow
jeffhandley
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @carlossanlop. Out of curiosity, could we alternatively enable the compat switch in the SDK project(s) to unblock that build? Or do you think there are too many projects affected by the bug right now?
I am unsure of the impact on other repos. We think it's safer at this point having this change reverted, do our tests again, make sure the issue is reproduced locally, and get it fixed before we turn on the compat switch by default again. |
|
Makes sense; thanks! |
|
I have a fix, please don't merge this PR ;) |
|
Fix of the actual bug: #51151 |
|
Thanks Adam! If the CI in your PR finishes successfully, we will merge that. Otherwise, we'll merge this PR. |
Partially addresses #51141
Unblocks dotnet/sdk#16810
This reverts commit 8b2ad5b to unblock dotnet/sdk.