-
Notifications
You must be signed in to change notification settings - Fork 793
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
.NetCore on Linux (Mint 18/Ubuntu 16.04) fails to compile just created F# project #1791
Comments
Just a couple more tests:
Instead works on WIndows 10 (same version of all the other systems: 1.0.0-preview2-1-003177 ). |
@enricosada Kevin |
I just tried this on macOS 10.12.1 and the fresh project compiled for me
|
@KevinRansom yes, i am tracking that in dotnet/netcorecli-fsc#42 , i'll fix it tomorrow, already tried locally the fix (no changes in templates needed so far ). So if you want to close this one we can continue in the dotnet/netcorecli-fsc#42 issue @palutz issues is it require a new version of |
@enricosada thanks. Looking forward to it. I close it. |
@PatrickMcDonald I've followed the same steps on a Mac 10.12.1 (.net 1.0.0-preview2-1-003177) and got this issue :/ |
yes, doesnt work yet. |
@jpmoraez I think maybe mine worked because I had also installed .NET Core 1.0.1 |
Hi,
trying to play a bit with F# and .NetCore (1.1). I've read F# is supported so I was trying it but with no luck.
This is my system:
and
I create my new app like this:
but when I try to run it (without any modification, just to see the classic "Hello World") I got this:
3. Compile and Run
Any suggestion how to solve this?
Thanks.
Expected behavior
I was expecting a simple compilation and the classic "Hello World" output
Actual behavior
look at the point 3)
Known workarounds
....
Related information
Provide any related information
Linux Mint 18 (Ubuntu 16.04)
Linux version 4.4.0-36-generic (buildd@lcy01-01) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2) ) Implements extended if grammar #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016
Brand new, just installed, .Net core 1.1
1.0.0-preview2-1-003177
Vs Code (and Vim :) )
The text was updated successfully, but these errors were encountered: