-
Notifications
You must be signed in to change notification settings - Fork 1.1k
MSB4018: System.IO.EndOfStreamException #28734
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
Comments
If you clean and then build does it still happen? Wonder whether the upgraded version can't read a file written by the previous version. |
@danmoseley Unfortunately, yes. |
The task in question lives in |
I believe, though, that this will be fixed (in 7.0.100 GA) by #28222. |
@deeprobin May you please report back if this is fixed in GA once released? For now, it would be great if we could supply a workaround. But there's no current release that contains this fix. @marcpopMSFT @baronfel Do we have some sort of standardized, temporary-workaround guidance for customers who could be fixed by updating their SDK to an unofficial release? Alternatively, they could probably apply the patch https://github.com/dotnet/sdk/pull/28222/files here onto their local copy of the SDK since it's quite simple. |
Assuming it flowed into 7.0.2xx, that's what I would recommend someone installing to get unblocked. I realized the installer table wasn't updated so doing that too: dotnet/installer#14831 |
Issue Description
My build is failing with a weird error. I can't share a reproduction unfortunately as it is a larger project. Actually I'm trying to build a .NET runtime (dotnet/runtime) project - It seems, however, not to be due to the build infrastructure of the repository.
The error only occurs since I updated the SDK to the latest RC version.
Steps to Reproduce
Expected Behavior
Passing build
Actual Behavior
binlog.zip
Analysis
I don't know if this or sdk is the right repo
Versions & Configurations
MSBuild version 17.4.0-preview-22470-08+6521b1591 for .NET
17.4.0.47008
SDK 7.0.100-rc.2.22477.23
The text was updated successfully, but these errors were encountered: