I recently installed dotnet core 1.0.0-rc4-004771. After generating a new fsharp project with the following command: "dotnet new mvc -lang f#" Ionide complains that it can't find the Linq and AspNetCore namespaces even though "dotnet build" builds just fine.
Has anyone else run into this issue?
should be fixed now, with
see https://github.com/dotnet/netcorecli-fsc/wiki/.NET-Core-SDK-1.0.1 for more info
dotnet new mvc -lang f#
dotnet restore
code .
restore can be done after open code too, but is required to make intellisense work