NuGet.CommandLineXPlat should assert absolute path for dotnet list package
#13238
Labels
Category:Quality Week
Issues that should be considered for quality week
Functionality:ListPackage
dotnet.exe list package
Priority:2
Issues for the current backlog.
Type:Tracking
This issue is tracking the completion of other related issues.
We currently have dotnet list package implemented so that the NuGet side always expects an absolute path. However, we do not assert this. We should assert it and print out a clear error message if an absolute path is not provided. In addition, we should also add an integration test for this command: https://github.com/NuGet/NuGet.Client/tree/dev/test/NuGet.Core.FuncTests/Dotnet.Integration.Test.
The text was updated successfully, but these errors were encountered: