mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Problem with Microsoft.SourceLink.GitHub dependency #636
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bdovaz on GitHub (Apr 26, 2024).
It must be added as
PrivateAssets=“All”. I use the Avalonia repository as an example:76a1c70758/build/SourceLink.props (L18)As it stands since version 0.37.0 it has a dependency that propagates to consumers of the package when it should not:
https://www.nuget.org/packages/SharpCompress/0.37.0#dependencies-body-tab
@adamhathcock commented on GitHub (Apr 27, 2024):
I never looked that up to see what it did.
I've made the change here:
1393629bc5Thanks for the heads up
@bdovaz commented on GitHub (Apr 27, 2024):
Can you release it on nuget please? We use this package in Unity and it causes us problems.
Thanks for your help!
@adamhathcock commented on GitHub (Apr 27, 2024):
Not sure it achieved what you wanted: https://www.nuget.org/packages/SharpCompress/0.37.1
@adamhathcock commented on GitHub (Apr 27, 2024):
real real fix:
446852c7d0The tests no longer reference this package
@adamhathcock commented on GitHub (Apr 27, 2024):
https://www.nuget.org/packages/SharpCompress/0.37.2
@bdovaz commented on GitHub (Apr 27, 2024):
Thank you @adamhathcock for your quick response and release!
@bdovaz commented on GitHub (Apr 27, 2024):
@adamhathcock can you unlist on NuGet 0.37.0 and 0.37.1? Thanks!
So that no one consumes these versions with incorrect dependencies
https://learn.microsoft.com/en-us/nuget/nuget-org/policies/deleting-packages#unlisting-a-package
@bdovaz commented on GitHub (Apr 29, 2024):
@adamhathcock can you please hide those 2 versions with the instructions I gave you? It's giving us problems at: https://github.com/xoofx/UnityNuGet
We can't resolve in Unity those incorrect dependencies.
Thank you.
@adamhathcock commented on GitHub (Apr 29, 2024):
unlisted
@bdovaz commented on GitHub (Apr 29, 2024):
Thank you!