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.

Pack does not include referenced project.

See original GitHub issue

Description

I’m trying to use paket for packing FsXaml and the FsXaml.Wpf.dll does not get included in the package.

Repro steps

Run pack on FsXaml.Wpf.zip Check if FsXaml.Wpf.dll is in the package.

Known workarounds

Use type file

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
forkicommented, Aug 12, 2016

so there is a new flag in the template file see http://fsprojects.github.io/Paket/template-files.html#Referenced-projects

you are welcome 😉

0reactions
forkicommented, Aug 12, 2016

maybe you can come up with a flag in the template file so that you don’t need to type that every time

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build NuGet Package automatically including referenced ...
If it references projects in your solution that doesn't expose themselves as NuGet packages, their dlls will be included in this NuGet package....
Read more >
Dotnet pack - include referenced projects
Shows how to workaround the current limitations of dotnet pack when referencing other projects.
Read more >
Include both Nuget Package References *and* project ...
The official stance (as I understood it) is that the project references won't be included as they should be their own packages.
Read more >
"donet pack" is not including project references · Issue #6688
It is simple to solve. You just add your project as ProjectReference into your other projects. And continue development using project references ......
Read more >
PackageReference in project files - NuGet
Sometimes it is desirable to reference files in a package from an MSBuild target. In packages.config based projects, the packages are installed ...
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