-
Notifications
You must be signed in to change notification settings - Fork 25
Support FSharp.Data on .Net Core #16
Comments
I'm running into this very issue as well - trying to port an F# app onto .NET Core 1.0. |
Update lib to .net core for Harambe |
the type providers are not supported atm in .net core. |
Would be very keen for this. |
I'd like to add, this error even comes up when
|
Hear hear. This is stopping us moving over. |
I was about to come post what @TheAngryByrd has posted this is definitely problematic Same error message from @svick I can't live without the type providers and I really want to move everything over to .NET Core |
I'm on the same boat as @TheAngryByrd. I just want to use the new format and target .NET Framework. |
Closing as tracked in
|
Cant a build for this be made with dotnetcore that simply has no TP's? |
So if you want to get around this error now, there's a workaround dotnet/fsharp#3303 |
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:Previously reported as https://github.com/dotnet/cli/issues/3776.
The text was updated successfully, but these errors were encountered: