dotnet nuget trust command not working
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
### Describe the bug
A clear and concise description of what the bug is.
dotnet nuget trust subcommands are not working due to a missing SetAction that was missed during a refactoring PR in https://github.com/dotnet/sdk/pull/51624
https://github.com/dotnet/sdk/pull/51624 Pull request changed how trust subcommand where initialized:
New: https://github.com/dotnet/sdk/blob/ce909067391212aa85c415016b73f94a7752c1f7/src/Cli/dotnet/Commands/NuGet/NuGetCommandParser.cs#L21-L24
Old: https://github.com/dotnet/sdk/blame/f47e024c8761fa148f741a9c2c983b591af006a0/src/Cli/dotnet/Commands/NuGet/NuGetCommandParser.cs#L190-L194
### To Reproduce
### Exceptions (if any)
### Further technical details
details of dotnet --info
- The IDE (VS / VS Code/ VS4Mac) you're running on, and its version
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.