-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
How to run F# type providers using .Net Core SDK Preview2? #6571
Comments
I thought you are supposed to use the F# compiler for all things F#? /cc @cartermp @enricosada |
@blackdwarf I don't understand. Are you saying I'm doing something wrong in my Steps to reproduce? Or that I should report this at Microsoft/visualfsharp? Or something else? |
@svick I don't know, that's why I asked. I assumed that the F# compiler is a tool, right? |
@svick the You can see in this checklist to where report bugs about f# and .net core: https://github.com/dotnet/netcorecli-fsc/wiki/FAQ#where-to-report-bugs Or open it in https://github.com/dotnet/netcorecli-fsc , otherwise i'll move this one, np thx @blackdwarf for ping |
@enricosada Moved as dotnet/netcorecli-fsc#16. |
thx @svick ! |
Steps to reproduce
dotnet new -l fs
."FSharp.Data": "2.3.1"
.dotnet restore
,dotnet build
Expected behavior
dotnet build
succeeds and I can then go on to use type providers from FSharp.Data.Actual behavior
dotnet build
fails with:Environment data
dotnet --info
output:I have also tried it with:
Originally reported on SO.
The text was updated successfully, but these errors were encountered: