Skip to content

suppress when there is explicit casting #8

Open
@tugberkugurlu

Description

We should suppress the errors when there is explicit casting. E.g.:

var product = (Product)GetProduct();

This should be OK. Even the below one?

var product = GetProduct() as Product;

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