generated from aboutcode-org/skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Using ~ to reference the home directory leads to a wrongly resolved file path when calling nuget-inspector.
I call ni using this command:
nuget-inspector --project-file=~/dev/MyProject/MySolution.slnwhich leads to this error:
ERROR: scan failed: System.IO.DirectoryNotFoundException: Could not find a part of the path
'/home/myuser/~/dev/MyProject/MySolution.slnObviously the current directory is simply prepended to the given path but ~ is ignored although resolving it would give an absolute path already.
Best regards.
Metadata
Metadata
Assignees
Labels
No labels