If I understand the sample correctly, using Paket.Package should generate a file called Paket.Generated.Refs.fsx, which is then loaded using #load "Paket.Generated.Refs.fsx. I could not find this file.
Unable to find the file 'Paket.Generated.Refs.fsx' in any of
/home/jupyter/IfSharp/src/IfSharpNetCore/bin/release/netcoreapp2.2
/home/jupyter/jupyter-data
Description
If I understand the sample correctly, using
Paket.Package
should generate a file calledPaket.Generated.Refs.fsx
, which is then loaded using#load "Paket.Generated.Refs.fsx
. I could not find this file.Repro steps
Taken from the sample:
Expected behavior
No error message.
Actual behavior
Known workarounds
Load packages using explicit path, e.g.
Related information