question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

paket install adds src files to the wrong item group

See original GitHub issue
  1. add github refs to paket.dependencies
github Ionide/ionide-vscode-helpers Fable.Import.VSCode.fs
github Ionide/ionide-vscode-helpers Helpers.fs
github Ionide/ionide-vscode-helpers Fable.Import.Axios.fs
  1. add file listings to paket.references for the fsproj
File: Fable.Import.Axios.fs
File: Fable.Import.VSCode.fs
File: Helpers.fs
  1. run paket install and get
  <ItemGroup>
    <Compile Include="..\paket-files\Ionide\ionide-vscode-helpers\Fable.Import.Axios.fs">
      <Paket>True</Paket>
      <Link>paket-files/Fable.Import.Axios.fs</Link>
    </Compile>
    <Compile Include="..\paket-files\Ionide\ionide-vscode-helpers\Fable.Import.VSCode.fs">
      <Paket>True</Paket>
      <Link>paket-files/Fable.Import.VSCode.fs</Link>
    </Compile>
    <Compile Include="..\paket-files\Ionide\ionide-vscode-helpers\Helpers.fs">
      <Paket>True</Paket>
      <Link>paket-files/Helpers.fs</Link>
    </Compile>
    <Reference Include="mscorlib" />
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Numerics" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="FSharp.SyntaxTest.fs" />
    <None Include="Script.fsx" />
  </ItemGroup>

The project file was freshly created from the classlib template in vscode.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
forkicommented, Aug 22, 2016

should work now.

0reactions
forkicommented, Aug 22, 2016

cool. spread the word 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why can't I add packages with Paket?
I tried to add XUnit from the command line. A line with nuget xunit appeared in the paket.dependencies file. But there is no...
Read more >
Can't get paket to work for the simplest case : r/fsharp
Here are my reasons for using paket: Unified view of packages used across projects via paket. dependecies/paket. lock.
Read more >
Getting Started with Paket – Part 1 - The Cockney Coder
Json, and call paket install. This time, we won't need to add anything to the dependencies file, since Newtonsoft.
Read more >
FAQ — Frequently Asked Questions
Why does Paket add references to the libraries associated with each supported framework version within a NuGet package to my projects? A NuGet...
Read more >
Up and running with PAKET - Devon Burriss' Blog
Instructions on getting up and running fast with Paket dependency manager.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found