This repository was archived by the owner on Dec 18, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 225
Cannot build DNX on Mac using ./build.sh - System.IO.EndOfStreamException #1761
Comments
Are you on Mono 4.0.0 or 4.0.1? This seems to be happening on those versions. 3.12.1 works last I checked. |
Yes 4.0.1. I tapped into the new DNX homebrew repo yesterday and I believe it's a dependency and upgraded my mono from 3.12 to 4.0.1. I will double check on 3.12 😄 Thanks! |
It's a mono bug. Nothing we can do about this. |
It's apparently fixed in Mono master, but was repro'd by them in 4.0.1 - https://bugzilla.xamarin.com/show_bug.cgi?id=29499 |
Closing this out |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure if I'm missing something but based on the README in the DNX repo on the dev branch I seem to be getting System.IO.EndOfStreamException: Failed to read past end of stream. Potentially from a missing file?
git clone https://github.com/aspnet/dnx --recursive
then:
cd dnx && ./build.sh
Restores all the NuGet packages and results to the following exception:
The text was updated successfully, but these errors were encountered: