-
Notifications
You must be signed in to change notification settings - Fork 13
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
Work with paket.dependencies #46
Comments
Hello Florian, This might actually prove difficult to accomplish because Femto currently doesn't look at paket.dependencies because that would only give the direct dependencies and we need the transitive ones. Of course we can parse the lock file to get the transitive dependencies as well but that is not enough because we still need to locate the actual source code of the required Fable packages in order to parse the metadata from the project file. To get all of the dependencies, the direct and the transitive, Femto relies entirely on the project cracker which as far as I know, is only relevant for projects. Femto is now beta and before implementing such feature I would like to prioritize the work to get it into a stable release which involves much needed work around getting core libraries to support Femto, especially most used ones like |
Hi, what if we parse an fsx file instead? |
Oh if that already gives us a |
Looks like it is almost already there 😋. |
Heyy @nojaf any (planned) progress on this one? 😄 |
Hey Zaid, I sorta lost track of this. Nothing planned for the moment. Maybe close this issue and let's reopen if other people are interested. |
Sounds good to me 😄 Thanks for quick reply |
Hi @Zaid-Ajaj , in my current setup I'm not using an fsproj but an fsharp script in combination with Paket.
It would be nice if femto can look at my
paket.dependencies
and figure it out.For example:
The text was updated successfully, but these errors were encountered: