-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Cannot dotnet run
F# project on Mac OS X (macOS)
#170
Comments
This is the case for me on Ubuntu as well :(. |
This is already addressed in: I guess the platform is not relevant, since the dependencies are wrong. This bug also prevents me to work with F# on RTM... |
@cartermp can you share what the fix is here? This seems to be a known issue with wrong dependencies for F# projects that crept into Preview 2 release of the tooling. |
@blackdwarf try to create new project. The bug I think was fixed yesterday; I was able to compile and run F# project generated by |
@ForNeVeR thanks for updating us. It works now. Closing the ticket. =) |
Does anyone know how to solve this. Downloaded dotnet core on my mac today, 6 months later and am having the same issue. |
@ckuhn203 the exact same issue that is the root of this thread? /cc @cartermp |
See here: https://github.com/dotnet/cli/issues/3705#issuecomment-274275752 I was able to get the latest Preview2 tooling that's on the dot.net/core site running without issue. |
I installed DotNet 1.0 released yesterday using this dmg.
dotnet-dev-osx-x64.1.0.0-preview2-003121.dmg
I then created an F# project:
Then, when it came time to run it, I got this error:
Sadly, I didn't get the "Hello World!" =(
The text was updated successfully, but these errors were encountered: