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

dotnet-symbol always exits with success code #4629

Open
johnstairs opened this issue Feb 2, 2022 · 0 comments
Open

dotnet-symbol always exits with success code #4629

johnstairs opened this issue Feb 2, 2022 · 0 comments

Comments

@johnstairs
Copy link

The exit code of dotnet-symbol should be non-zero when it encounters an error. Example:

$ cat /foo/bar
cat: /foo/bar: No such file or directory
$ echo $?
1
$ dotnet symbol --symbols /foo/bar
Downloading from http://msdl.microsoft.com/download/symbols/
ERROR: Could not find a part of the path '/foo'.
$ echo $?
0
@mikem8361 mikem8361 transferred this issue from dotnet/symstore Apr 23, 2024
@tommcdon tommcdon added this to the Future milestone Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants