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.

Add NuGetPacker support for IncludeReferencedProjects

See original GitHub issue

NuGetPacker.cs is missing support for IncludeReferencedProjects.

I need this now and there’s no escape hatch to pass arbitrary command-line parameters.

References:

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
daveaglickcommented, Apr 20, 2016

I came here after searching for an issue about this, ready to open my own, only to discover it was already fixed! Yay community 👍 Thanks @gitfool

0reactions
gitfoolcommented, Apr 13, 2016

Much appreciated too.

Read more comments on GitHub >

github_iconTop Results From Across the Web

nuget pack with -IncludeReferencedProjects flag don't work ...
It's a known bug of nuget: https://github.com/NuGet/Home/issues/4054. Ugly workaround: 1) Manually add dependency on package of First.csproj ...
Read more >
pack command (NuGet CLI)
Displays help information for the command. -IncludeReferencedProjects. Indicates that the built package should include referenced projects ...
Read more >
Dotnet pack - include referenced projects
Shows how to workaround the current limitations of dotnet pack when referencing other projects.
Read more >
Create a NuGet package from a VS project and include all ...
Open a command window and browse to the location of your project file (yourproject.csproj). Once you are there, type the following command to ......
Read more >
Include both Nuget Package References *and* project ...
Recently I have been trying to generate more Nuget packages for our dotnet core projects, utilizing the dotnet pack command. One issue I...
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