-
Notifications
You must be signed in to change notification settings - Fork 228
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
Pre-built binaries for FSharp #354
Comments
What do you want those binaries to contain? |
I am referring to FSharpWrapper DLL. Other related issues (I plan to open new issue items after repeating them to get details): |
Hmm curious, I just used Infer.net in VS Code (and VS 2019) with netstandard2.0 library and it worked with no problems. |
I compiled the latest code from Github. |
@sir-deenicus Could you please give the tutorial of runing infer.NET in vs code? |
You can find examples that can be executed in VSCode at: |
@sir-deenicus Thank you, but I use c#, I don't know whether it can be used for it. |
@XiaoJiNu Do you know of .net-interactive? I think that's the easiest path for interactive development with C# and this library will give no problems running there. @caxelrud Yeah, it makes sense that windows.forms is a cause. It might be the case that VS 2019 runs .net48 or so and vscode is on .netcore? With .net-interactive, plotly (xplot or plotly.net) are good. |
Is it possible to distribute pre-built binaries for FSharp from Nuget.org (Microsoft.ML.Probabilistic.FSharp.dll)?
The text was updated successfully, but these errors were encountered: