We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using ~ to reference the home directory leads to a wrongly resolved file path when calling nuget-inspector.
~
nuget-inspector
I call ni using this command:
ni
nuget-inspector --project-file=~/dev/MyProject/MySolution.sln
which leads to this error:
ERROR: scan failed: System.IO.DirectoryNotFoundException: Could not find a part of the path '/home/myuser/~/dev/MyProject/MySolution.sln
Obviously the current directory is simply prepended to the given path but ~ is ignored although resolving it would give an absolute path already.
Best regards.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using
~
to reference the home directory leads to a wrongly resolved file path when callingnuget-inspector
.I call
ni
using this command:nuget-inspector --project-file=~/dev/MyProject/MySolution.sln
which leads to this error:
ERROR: scan failed: System.IO.DirectoryNotFoundException: Could not find a part of the path '/home/myuser/~/dev/MyProject/MySolution.sln
Obviously the current directory is simply prepended to the given path but
~
is ignored although resolving it would give an absolute path already.Best regards.
The text was updated successfully, but these errors were encountered: