You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I build a package with NuPack and a NuPackExtension, those get included in my BNuget package even though they are marked as development dependencies. I believe this is incorrect.
I think you can fix this by just filtering your dependency scan with :
That way when I have a library with no real dependencies, consumers aren't pulling a bunch of unnecessary packages. For instance, my library has no real dependencies, and shouldn't need to be published with any NuPack libraries.
After trying to repair dependencies as expected, I found some issues that force me to change whole dependency detection and management. It took some time and needs to be tetsed with advanced cases to aprove it for release.
NuPack exclusion was present but did not work.
DevelopmentDependency was missing.
If I build a package with NuPack and a NuPackExtension, those get included in my BNuget package even though they are marked as development dependencies. I believe this is incorrect.
I think you can fix this by just filtering your dependency scan with :
That way when I have a library with no real dependencies, consumers aren't pulling a bunch of unnecessary packages. For instance, my library has no real dependencies, and shouldn't need to be published with any NuPack libraries.
Paul
The text was updated successfully, but these errors were encountered: