Skip to content
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

dotnet core not generating "Paket.Generated.Refs.fsx" #232

Closed
rudihorn opened this issue Jun 26, 2019 · 2 comments
Closed

dotnet core not generating "Paket.Generated.Refs.fsx" #232

rudihorn opened this issue Jun 26, 2019 · 2 comments

Comments

@rudihorn
Copy link
Contributor

Description

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.

Repro steps

Taken from the sample:

#load "Paket.fsx"
Paket.Package ["Angara.Table"; "Angara.Statistics"]
#load "Paket.Generated.Refs.fsx"

Expected behavior

No error message.

Actual behavior

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

Known workarounds

Load packages using explicit path, e.g.

#load ".paket/load/netstandard2.0/Angara.Table.fsx"
#load ".paket/load/netstandard2.0/Angara.Charting.fsx"

Related information

  • Operating system: Ubuntu
  • Master
  • CoreCLR
@cgravill
Copy link
Member

Just fixed and pushed, it wasn't set to copy in this version.

@rudihorn
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants