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
Product and Version Used: Roslynator.DotNet.Cli 0.5.0
Steps to Reproduce: Create 2 projects:
roslynator analyze
Run analyze command roslyantor analyze path/to/first.csproj path/to/second.csproj
roslyantor analyze path/to/first.csproj path/to/second.csproj
Actual Behavior: The exit code will be 0, as the last successful command status will overwrite the previous status in MSBuildWorkspaceCommand.cs
0
Expected Behavior: The exit code should be 1
1
The text was updated successfully, but these errors were encountered:
@PeterKaszab Do you want to make a PR?
Sorry, something went wrong.
Yes, I will check this issue next week.
PeterKaszab
Successfully merging a pull request may close this issue.
Product and Version Used:
Roslynator.DotNet.Cli 0.5.0
Steps to Reproduce:
Create 2 projects:
roslynator analyze
commandRun analyze command
roslyantor analyze path/to/first.csproj path/to/second.csproj
Actual Behavior:
The exit code will be
0
, as the last successful command status will overwrite the previous status in MSBuildWorkspaceCommand.csExpected Behavior:
The exit code should be
1
The text was updated successfully, but these errors were encountered: