-
Notifications
You must be signed in to change notification settings - Fork 25
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
issue using nuget package from FSI #44
Comments
I'm unable to reproduce the error with a normal project in VS2017. Not using paket though. Which versions of the libraries are you using? I tried the following
There are problems using the most recent version of the library. For the paket version, how did you set it up so I try reproducing this? |
paket.dependencies
paket.lock (relevant snippets):
after I'm anyways able to work around, and expect things to get sorted out with recent dotnet SDK and TP SDK. |
Thanks for this awesome library!
I'm having some trouble using it from FSI, or even in a project with recent tooling (vs2019, but I assume same issue happens in vs2017):
it either throws internal error in Config type initializer, or complains about fparsec-cs not being loaded (not sure if it was a binding redirect issue, but should work from fsi at least)
Interestingly, when I'm referencing the build from my PR rather than published nuget, it fixes the issue.
I've not figured if this is an issue in paket generated script, but I'd first like to check if using new sdk to target .net 45 binaries for the TP assemblies is what fixes the issue in my case.
Have you encountered the errors above?
edit: #43
The text was updated successfully, but these errors were encountered: