Skip to content

FalsePositive for calculated property in DTO #54

Description

@inyutin-maxim

I think the analyzer should ignore the calculated property in DTO. For Example:

public class View
{
	public string Name { get; set; }
	public string Format => Path.GetExtension(Name);
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

False PositiveErroneously detected code snippetbugSomething isn't working

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions