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
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:
#load "Paket.fsx"
Expected behavior
No error message.
Actual behavior
Known workarounds
Load packages using explicit path, e.g.
Related information
The text was updated successfully, but these errors were encountered: