-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove NuGet.Packaging.Core #12495
Closed
Labels
Category:BreakingChange
Functionality:SDK
The NuGet client packages published to nuget.org
Partner:CLI-SDK
Priority:2
Issues for the current backlog.
TechDebt
Technical debt
Type:DCR
Design Change Request
Milestone
Comments
nkolev92
added
Type:DCR
Design Change Request
Triage:Untriaged
Functionality:SDK
The NuGet client packages published to nuget.org
Partner:CLI-SDK
and removed
Triage:Untriaged
labels
Mar 17, 2023
cc @zivkan |
Pre-req: dotnet/arcade#12906 |
nkolev92
changed the title
Stop building NuGet.Packaging.Core
Remove NuGet.Packaging.Core
Mar 17, 2023
Idea: Don't publish the package in a minor version and wait for feedback. |
|
OmniSharp/omnisharp-roslyn#2610 and dotnet/Open-XML-SDK#1703 still depend on current versions. |
8 tasks
https://www.nuget.org/packages/NuGet.Packaging.Core is deprecated, and 6.10 is not published. There are no concerns raised by anyone, so I think #13385 can be implemented. |
This was referenced Jun 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Category:BreakingChange
Functionality:SDK
The NuGet client packages published to nuget.org
Partner:CLI-SDK
Priority:2
Issues for the current backlog.
TechDebt
Technical debt
Type:DCR
Design Change Request
NuGet Product(s) Affected
dotnet.exe, NuGet SDK
Current Behavior
A long time ago, NuGet.Packaging.Core was merged into NuGet.Packaging.
We added type forwarders to allow certain pre-built tasks from arcade to still work.
We might need to ensure that the .NET SDK can build correct without NuGet.Packaging.Core first before removing it. https://github.com/dotnet/sdk/blob/23bbdf8e62544b04afd333920b109877f427b637/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj#L49
Desired Behavior
NuGet.Packaging.Core is redudant.
Additional Context
No response
The text was updated successfully, but these errors were encountered: