We have support NuGet packages via:
#load "Paket.fsx"
Paket.Package
[ "MathNet.Numerics"
"MathNet.Numerics.FSharp"
]
#load "Paket.Generated.Refs.fsx"
however that only covers NuGet packages. It would be useful to cover other types e.g. GitHub as mentioned #146. This might be best done in Paket itself, which has support https://fsprojects.github.io/Paket/github-dependencies.html but that's not currently exposed.
We have support NuGet packages via:
however that only covers NuGet packages. It would be useful to cover other types e.g. GitHub as mentioned #146. This might be best done in Paket itself, which has support https://fsprojects.github.io/Paket/github-dependencies.html but that's not currently exposed.