-
Notifications
You must be signed in to change notification settings - Fork 69
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
Support dotnet core (update to latest TPSDK) #188
Comments
@mateuszlewko See dotnet/fsharp#3303. @tpetricek This type provider may also need to be updated to use the latest Type Provider SDK (i.e. updating ProvidedTypes.fs etc) |
Thanks for the link, however it seems it's not working for me.
I have another (mono) project on same machine which builds fine.
Type provider error in vs code:
@dsyme Do you know what could cause |
+1 |
Is there anything I can do to help with this? I just showed Rprovider to a new F# user and we are using dotnet core for everything at this point. Building hello world fails with this error. I am guessing that updating to latest SDK and compiling against netstandard2.0 would fix this. We have recently had good outcomes with our postgres type provider and dotnet core. Thoughts? Darren
My hello world
Project file is just
|
The problem is R.NET which needs to be moved to .NET Standard. However the project hasn't had a commit for a year. I've raised the issue of sustainable project maintenance for R.NET. |
Ah, the rabbit hole is deep in this one. provider on top of R.Net on top of C library mixed in with some optimization opportunities and a corporate / open source angle. Seems like a quick fix ;) - happy to be helpful in any way |
I've explored on a branch of my fork migrating RProvider to prerelease packages for R.NET that now target netstandard2.0. I am confused by paket and have not yet found a way to compile RProvider - help wanted. |
Any progress regarding this issue? |
Closing as .net 5 support merged in #210 |
Is there any support planned for .net core (2.0)?
Currently when I do
dotnet build
, I get:Maybe it's relatively easy to fix this issue (I have no idea what it means)?
The text was updated successfully, but these errors were encountered: