-
Notifications
You must be signed in to change notification settings - Fork 146
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
dotnet core ready? #303
Comments
It seems that F# is still on alpha on dotnetcore. Maybe it's too early to consider this option. |
I dunno, the whole dotnetcore thing is in preview 2 at the moment, and F# seems to work quite well from my messing around with. Not sure how much work it would take to get this ready for the dotnetcore version. |
There is no direct external Nuget references in this package. However it is using a lot of dynamic loaded database connection libraries that are not supporting .NET Core. Also getting any type provider (using usually the ProvidedTypes-head.fs file) to compile with .NET Core can be a challenge. This may be solved by fsharp team as it's a common problem for all typeproviders. I did some initial testing but it seemed that the .NET Core is not mature enough to be bothered. |
Any updates on this? Definitely interested in using SQLProvider with dotnet core. |
Will .NET Core 2.0 change anything here? |
We are using directly https://github.com/fsprojects/FSharp.TypeProviders.StarterPack |
Hi .NET-core-pros, I have one more question: Actually maybe we could support .NET Core already: This is erasing type provider, the only time we need So that you would build your project with normal intellisense and then just run (There may still be problems with support of reflection, transactions, etc.) |
can i use this api with dotnet core?
The text was updated successfully, but these errors were encountered: