Skip to content

FalsePositive for calculated property in DTO #54

Open
@inyutin-maxim

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);
}

Metadata

Metadata

Assignees

Labels

False PositiveErroneously detected code snippetbugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions