Skip to content

Any way to suppress error code from Roslynator when it detects issues in code but runs successfully? #1693

@davewichers

Description

@davewichers

I simply want to generate the Roslynator reports on a bunch of different folders, even if there are findings found in them. The code I'm using bails out if Roslynator detects an error and then won't run on the next folder.

Is there any way to configure Roslynator to NOT return an error code when it successfully runs, even if it finds issues in the code its analyzing?

This is related to issue: #759, which added this feature. While I can understand adding this as a feature when issues are detected, I can see situations where someone could want to have detected issues NOT considered an error when running Roslynator.

Could a command line option be added, or a configuration setting, or something, so that a successful run does NOT return an error code even when issues are found in the code?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions