dotnet / dotnet/diagnostics

`dotnet-symbol` always exits with success code

Open
#4,629 0 comments 0 reactions 0 assignees View on GitHub
symstore up-for-grabs
Dominant language
C++
Stars
1.3k
Forks
404
Avg merge
2d 5h
Merged PRs (30d)
35

Description

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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.