You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with fsprojects#3756 and fsprojects#3064 it is quite clear, that the documentation around adding git repositories as a (usable) dependency isn't all that clear. Which is a pity, because the actual process isn't all that hard and also quite sensible-ish.
This change aims to slightly improve the docs and shed some light on this topic because - basically - all that is missing is some basic knowledge about how namespace/package resolution works in fsharp.
Description
I would like to use a Git dependency in my project. The Git repo contains
.fsproj
files, so I would expect referencing to be possible.Repro steps
Please provide the steps required to reproduce the problem
paket.dependencies
at the "solution" level.Paket fetches the files and puts them into
paket-files
👍paket.references
of my project.How?
Expected behavior
I should be able to reference the Git dependency somehow.
Actual behavior
I cannot find a way to reference the Git dependency. The docs do not explain what to do.
Known workarounds
Create a NuGet package instead?
The text was updated successfully, but these errors were encountered: