Add NuGetPacker support for IncludeReferencedProjects
See original GitHub issueNuGetPacker.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:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
Much appreciated too.