Skip to content

Ignore ILogger as a dependency when checking for SRP #214

@Mayron

Description

@Mayron

Is it possible to ignore ILogger as a dependency when analysing the code for too many dependencies?
I get a warning that the class might be breaking the single responsibility principle but logging is a good practice to have and I don't think it should count as doing too much. It's everywhere in the codebase.

I would prefer to always ignore it so the below constructor could be analysed as having only 3 dependencies instead of 4:
image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions