-
Notifications
You must be signed in to change notification settings - Fork 158
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
Assembly resolving not working with type provider #139
Comments
I'm closing this as it is quite old, but if this still happens with the latest version, please reopen it! |
Seeing this in 2.10.3 as well. Repro:
Quite possibly related to #325 |
matthid
added a commit
that referenced
this issue
Sep 20, 2015
matthid
added a commit
that referenced
this issue
Sep 20, 2015
I think I am hitting this error in 2017, for version 2.14.4. See also fsprojects/ProjectScaffold#309 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We use FSharp.Data for some of our processing. Since FSharp.Data is referenced in our project, I assume FSharp.Formatting pulls in the dependency. This should be ok, since it is also part of the build output. However, FSharp.Formatting also tries to pull in FSharp.Data.DesignTime which is not part of the build output. I added the path to FSharp.Data.DesignTime from the NuGet packages directory to the libDirs when calling the MetadataFormat.Generate call, but it still fails with the following error:
The text was updated successfully, but these errors were encountered: