System.IO.Abstractions.Analyzers icon indicating copy to clipboard operation
System.IO.Abstractions.Analyzers copied to clipboard

FalsePositive for calculated property in DTO

Open inyutin-maxim opened this issue 5 years ago • 1 comments

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

inyutin-maxim avatar Jun 25 '20 11:06 inyutin-maxim

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.59. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Jun 25 '20 11:06 issue-label-bot[bot]