Skip to content

[Cleanup the Polly codebase] Warning CA1062  #2215

@Zombach

Description

@Zombach

Checklist

The issue or feature being addressed

#1290 Cleanup codebase
Namely suppress CA1062 Validate arguments in the code or fix the warning

Details on the issue fix or feature implementation

Since the task is big,
This must be done in several stages.
The first stage is warning suppression.
Then each next PR - processing of one file and adding tests

Warning suppression must be removed for each file
#pragma warning disable CA1062 // Validate arguments of public methods
Next, make changes to the code, checking for null for the necessary arguments.
Next, add tests, if necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions