Skip to content
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

Target nuget.exe to .Net Core #13330

Closed
konjac opened this issue Mar 18, 2024 · 3 comments
Closed

Target nuget.exe to .Net Core #13330

konjac opened this issue Mar 18, 2024 · 3 comments
Labels
Resolution:Duplicate This issue appears to be a Duplicate of another issue Type:Feature

Comments

@konjac
Copy link

konjac commented Mar 18, 2024

NuGet Product(s) Involved

NuGet.exe

The Elevator Pitch

The current nuget.exe is targeting .Net framework. Users on Linux are using Mono as a workaround.

But Mono is on the deprecation path. It will be more friendly if nuget.exe could be executed on Linux through .Net Core.

Additional Context and Details

No response

@jeffkl
Copy link
Contributor

jeffkl commented Mar 18, 2024

A lot of the functionality of nuget.exe has been ported to dotnet nuget which is cross-platform. Does dotnet nuget contain the features you need?

https://learn.microsoft.com/nuget/reference/dotnet-commands

@jeffkl jeffkl added WaitingForCustomer Applied when a NuGet triage person needs more info from the OP and removed Triage:Untriaged labels Mar 18, 2024
@konjac
Copy link
Author

konjac commented Mar 19, 2024

@jeffkl I am expecting nuget install. Some tools are distributed as nupkg. With nuget install, we can easily download and extract them without initializing a project.

Or could you consider porting nuget install to dotnet nuget install?

@dotnet-policy-service dotnet-policy-service bot added WaitingForClientTeam Customer replied, needs attention from client team. Do not apply this label manually. and removed WaitingForCustomer Applied when a NuGet triage person needs more info from the OP labels Mar 19, 2024
@jeffkl
Copy link
Contributor

jeffkl commented Mar 19, 2024

In that case, I'm closing this as a duplicate of #12513. Please add a 👍 reaction to upvote that issue.

@jeffkl jeffkl closed this as not planned Won't fix, can't repro, duplicate, stale Mar 19, 2024
@dotnet-policy-service dotnet-policy-service bot removed the WaitingForClientTeam Customer replied, needs attention from client team. Do not apply this label manually. label Mar 19, 2024
@jeffkl jeffkl added the Resolution:Duplicate This issue appears to be a Duplicate of another issue label Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution:Duplicate This issue appears to be a Duplicate of another issue Type:Feature
Projects
None yet
Development

No branches or pull requests

2 participants