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.

Support PrivateAssets in NuGet packages

See original GitHub issue

Support PrivateAssets and dependencies who are marked as developmentDependency

  • developmentDependency
  • PrivateAssets

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
matthidcommented, May 27, 2018

@forki But where does this come from? paket.references? So what (from a users standpoint) needs to be changed to make a dependency a private asset? Do we have docs around that?

1reaction
forkicommented, May 25, 2018

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

PackageReference in project files - NuGet
NET Framework projects support PackageReference, but currently default to packages.config . To use PackageReference, migrate the dependencies ...
Read more >
What does PrivateAssets='All' mean? - net core
PrivateAssets is a metadata tag used to control dependency assets. You might be using a dependency purely as a development harness and might ......
Read more >
What is the meaning of the IncludeAssets and ...
The PrivateAssets=All will make the dependencies not flow to the parent. IncludeAssets=<stuff> will override the default All setting and ...
Read more >
NuGet PackageReference–PrivateAssets
If you want to create a NuGet package from your project, you no longer need a separate configuration file but your csproj file...
Read more >
NuGetizer 1.1.0
NuGetizer is a drop-in replacement for the .NET SDK built-in Pack (a.k.a. "SDK Pack") which instantly supercharges your ability to customize and extend...
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